Thursday, January 28, 2016

parsing - Parse query string in JavaScript








I need to parse the query string www.mysite.com/default.aspx?dest=aboutus.aspx.
How do I get the dest variable in JavaScript?

No comments:

Post a Comment