Is there a way to change the url that shows in the address bar via the onLoad event without the brower re-requesting using that new url. I tried a few ways: location, location.href, document.location. The thing is I have args in the url, something like '.html?action=copy'that I want to take remove after the new page loads (leaving some other args) so that on a browser refresh, the actions that they run on the servers are not repeated.
The problem that I am having is with request tracker, my page returns a dynamic 'results' box on the page that goes away when I change the url and the page refreshes.
Thanks for any insight.
Ryan
The problem that I am having is with request tracker, my page returns a dynamic 'results' box on the page that goes away when I change the url and the page refreshes.
Thanks for any insight.
Ryan