Possible Duplicate:
Adding a parameter to the URL with JavaScript
If I wanted to add 2 suppose name and id values to URL. How can I do that using JavaScript?
Suppose we have URL: http://localhost/demo/, then how to add these 2 parameters.
Possible Duplicate:
Adding a parameter to the URL with JavaScript
If I wanted to add 2 suppose name and id values to URL. How can I do that using JavaScript?
Suppose we have URL: http://localhost/demo/, then how to add these 2 parameters.