Passing URL parameters on the query string is very standard, and yet Javascript doesn’t give an easy way to access them, leaving each of us to have to re-invent the wheel ourselves. This puts us each on a google search to try to find a good function. I found one at: http://www.netlobo.com/url_query_string_javascript.html Kudo’s to “lobo235″ [...]