how do i use QueryString on html

liunx

Guest
on the client side?<!--content-->I presume you mean the GET information on the URL? If so, you can access it with the JS property window.location.search.<br />
<br />
If you just need to extract name-value pairs to variables, check out this script:<br />
<!-- m --><a class="postlink" href="http://www.agbs.co.uk/scripts/get_extract.html">http://www.agbs.co.uk/scripts/get_extract.html</a><!-- m --><br />
<br />
Adam<!--content-->
 
Back
Top