Query String in javascript
- by Ajith
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........