say, i have a page address is
http://www.mysite.com/mypage.php?id=1;
this address will be shown in the location box on top of the browser.
is there anyway i can change the address to some other url such as
http://www.mysite.com/welcome.html.
in simple words, the reader is at http://www.mysite.com/mypage.php?id=1
but i want the location show as
http://www.mysite.com/welcome.html.
it is a client site issue, maybe javascript will do?
thanks.