|
-
Sep 1st, 2002, 10:22 AM
#1
Thread Starter
<?="Moderator"?>
reading querystring client side
does any one now of any way to read a querystring from the clients side?
thanks
-
Sep 1st, 2002, 01:04 PM
#2
Fanatic Member
Is this what you are looking for?
VB Code:
<script language="JavaScript">
document.writeln("Current QueryString = <b>" + location.search + "</b>")
document.writeln("<br><a href='test.htm?test=testing123'>Get Search</a>")
</script>
BTW...
I do not think that IE 4.x or lower will store the querystring when operation locally. Netscape 4.x and better and IE 5.x and better don't seem to have that issue however.
Let me know if you have any other questions.
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
-
Sep 1st, 2002, 01:29 PM
#3
Thread Starter
<?="Moderator"?>
cheers thas exactly what i was looking for
thanks
-
Sep 1st, 2002, 01:32 PM
#4
Fanatic Member
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
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
|