After searching for some time for a good request querystring solution, for JavaScript, I believe I have finally found it.
Netlobo.com have developed a very useful function that breaks the querystring up into parameters using regular expressions. This enables you to request the individual parameter you require and with very little added weight on the the load time of the page as the code is only 11 lines in total.
Check ou the JavaScript Request Quesrystring function for yourself.


1 Comment Received
Here is a blog post describing a function to parse querystring from url using javascript:
JavaScript QueryString - Parse/Get QueryString with Client-Side JavaScript
Leave A Reply