Click to See Complete Forum and Search --> : mask url


rayne
09-08-2003, 03:39 PM
I have a website that has all the information at the url
http://www.host.org/region.jsp?region=20 I need the url to actually say www.someotherhost.org (which I own). Is there a way to write a script to display an url in the address bar that is different than the displayed paged?
Thanks.
--Rayne

pyro
09-08-2003, 05:09 PM
You could use frames to do this... http://www.w3schools.com/tags/tag_frameset.asp

rayne
09-08-2003, 05:46 PM
Thanks for the reply, and I might have to resort to using frames. Am I wasting my time looking for a javascript solution to manage the address bar?
--Rayne

pyro
09-08-2003, 06:44 PM
Yes, javascript can't spoof the address bar -- for security reasons....

rayne
09-08-2003, 06:45 PM
OK, thanks for the help.
--Rayne

pyro
09-08-2003, 06:55 PM
No problem... :)