|
-
Aug 5th, 2002, 08:46 AM
#1
Thread Starter
Hyperactive Member
What do you call the stuff after the ? in a URL?
Hi,
Is there a proper term for the commands(?) following the question mark in a URL?
e.g. http://vbforums.com/newthread.php?s=&action=newthread&forumid=4
Thanks,
Al.
A computer is a tool, not a toy.
-
Aug 5th, 2002, 08:48 AM
#2
Fanatic Member
-
Aug 5th, 2002, 09:03 AM
#3
Thread Starter
Hyperactive Member
Thanks for the reply.
So QueryString isn't an ASP specific term.
Al.
A computer is a tool, not a toy.
-
Aug 5th, 2002, 01:17 PM
#4
Addicted Member
Well, specifically, you can use the QueryString collection of the Response object to get the querystring for the page. For example, Request.QueryString.Item("action") would return "newthread" in your example.
Or, you could just use Request.QueryString, which would return the string "s=&action=newthread&forumid=4" in your example.
Wydok
"It would appear that we have reached the limits of what it is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty silly in 5 years."
-John Von Neumann ca. 1949
-
Aug 5th, 2002, 01:30 PM
#5
the official W3C term is query.
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
|
Click Here to Expand Forum to Full Width
|