PDA

View Full Version : url question


tane
02-28-2004, 02:40 AM
Is there a way of hiding url of a page on my site when it loads say url was blue330.com/raymond.htm when the page loads would be able to show bluebar330.com in the url locator and not the extention....thanks in advance

Kalessin
02-28-2004, 03:20 AM
Are you talking about URLs displaing in the address bar at the top?

You could have a one-frame frameset as your index.html, then none of the individual page URLs will show up.

Not really JavaScript... perhaps this thread should be somewhere else...

tane
02-28-2004, 03:25 AM
thanks Kalessin yea that would work! but is there a way of doing it without using frames .....i thought there was a script u could use that could hide what is in the url locator and show url that u want them to c ..

Kalessin
02-28-2004, 03:35 AM
AFAIK there's no way of changing what's displayed in the address bar with JavaScript, without actually loading another page.

There is a way to hide what's in the status bar at the bottom... perhaps that's what you were thinking of?