[help] Some Kind Of Script?

Is there some kind of javascript that I can put on a site so that you dont see

www.example.com/index.html

you just see

www.example.com on all pages

#147748

...

ex...

<html>
<head><title>[url]www.example.com</title></head>[/url]
<body>

%all your stuff here%

</body>
</html>

This is not Javascript.... Its an HTML tag

If this isnt what you mean... please elaborate!

#147797

i think he means in the address bar.

-The Unknown

#147799

he wants the domain to stay the same, not show what directory etc you're looking at

#147802

Originally posted by silver10@Apr 20 2004, 08:18 PM

he wants the domain to stay the same, not show what directory etc you're looking at

correct

#147813

You could set your index to be a frameset with only one frame at 100% and keep navigation inside that frame... but (and this is completely a personal opinion) that kind of sucks for the user in case he/she wants to bookmark a page.

#147814