Parse query string in JavaScript

Posted by sinaw on Stack Overflow See other posts from Stack Overflow or by sinaw
Published on 2010-01-19T01:49:36Z Indexed on 2010/06/12 3:02 UTC
Read the original article Hit count: 151

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about parsing