Query String in javascript

Posted by Ajith on Stack Overflow See other posts from Stack Overflow or by Ajith
Published on 2010-04-21T04:28:36Z Indexed on 2010/04/21 4:33 UTC
Read the original article Hit count: 305

Filed under:
|

By using document.referrer we will get all the reference of url in javascript.ie,may be output like follows
http://localhost/testwordpress/wp-admin/admin.php?page=thesis-options&upgraded=true.From this output how can we differentiate the query string part only ( ie,?page=thesis-options&upgraded=true).Is there any method in javacript?Please help anybody knows........

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about querystring