querystring in javascript

admin

Administrator
Staff member
Hi,

I have a the following URL -->
<!-- m --><a class="postlink" href="http://localhost/test/help/help.htm?t=myhelp.htm#4">http://localhost/test/help/help.htm?t=myhelp.htm#4</a><!-- m --> in the address bar.


I need to retrieve the value of t in javacript.
Similar to request.querystring("t")

HOW CAN I DO THIS

Thanks in advance.
 
Back
Top