Javascript function to get URL query string parameters


/ Published in: JavaScript
Save to your folder(s)

Here is a small function [[lobo235](http://www.netlobo.com/javascript_tooltips.html "Javascript Tool-tips")] wrote that will parse the window.location.href value and return the value for the parameter you specify. It does this using javascript's built in regular expressions.

URL: http://www.netlobo.com/url_query_string_javascript.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.