Click to See Complete Forum and Search --> : how do i use QueryString on html


pelegk1
04-27-2003, 12:11 AM
on the client side?

AdamGundry
04-27-2003, 02:11 AM
I presume you mean the GET information on the URL? If so, you can access it with the JS property window.location.search.

If you just need to extract name-value pairs to variables, check out this script:
http://www.agbs.co.uk/scripts/get_extract.html

Adam