Hi All,
I would like to ask if it is possible to modify some part of the browser URL without refresh page in the OnClick event over a form or link inserted in the HTML code.
Currently I use ...
But this force to refreshing.Code:if (blah == blah) { window.location.href = window.location.href.replace(/\&ni\=on/ig, ''); }
I want to remove "&ni=on" without refresh page as I mentioned.
Is it possible? Any idea is welcome.
Thank you in advance.
Mapg





Bookmarks