-
Dreamweaver: all i want to do is make a simple asp page that works
Here is what I did:
I got an trial asp hosting account:
I made a asp page in dreamweaver here:
http://d4754254.u101.jodoshared.com/...itUsingGet.asp
I also made :
http://d4754254.u101.jodoshared.com/...veUsingGet.asp
WHY DOESN'T IT WORK?
-
SitePoint Enthusiast
Because nothing is passed along in the query string.
This will work:
http://d4754254.u101.jodoshared.com/...Value=yadayada
Note the text on the end of the URL: ?txtValue=yadayada
This is the query string or GET.
If you look at your first link again, notice that after you click the button you can see it passing along the data from the form in the query string.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks