I am very beginner With Programming…(unfortunately)
I want to remove Any added QueryString To Address after i get the variables. for example:
http://www.websiteName.com/page.aspx?a=344&b=233
i will get a and b and after that i want my address to look like this:
(www.websiteName.com) .
“root location”.
any help…
thanks.
You will have to reload the page. When changing the URL, you are making another request to the server.