webrunner
06-25-2003, 11:03 PM
This may sound really strange but say I make a query string or similar string in a href link like "http://www.hostname.com?stringname". Say that I have recieved the string bt now I want to get rid of it because one it is kind of ugly and I may not what that affect to happen again upon reload. Is there a way I can somehow change what the browser sees without having to reload it or changing the address using location.href since that would change the url of the particualr page. It may sound screwy but it would be helpful if i could do this.