Netlobo.com | Get URL Parameters Using Javascript
An easy way to parse the query string in your URL to grab certain values. ... Now if you look at the frank_param variable it contains the number 321. The query string was parsed by the regular expression and the value of the frank parameter was retrieved.
www.netlobo.com |