Results 1 to 4 of 4

Thread: reading querystring client side

  1. #1

    Thread Starter
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099

    reading querystring client side

    does any one now of any way to read a querystring from the clients side?

    thanks

  2. #2
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655
    Is this what you are looking for?

    VB Code:
    1. <script language="JavaScript">
    2. document.writeln("Current QueryString = <b>" + location.search + "</b>")
    3. document.writeln("<br><a href='test.htm?test=testing123'>Get Search</a>")
    4. </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

  3. #3

    Thread Starter
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099
    cheers thas exactly what i was looking for

    thanks

  4. #4
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655
    No problem.
    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
  •  



Click Here to Expand Forum to Full Width