Click to See Complete Forum and Search --> : need help with something


i_like_pierogi
01-24-2004, 01:39 PM
okay i have a website, lets say it's

www.namegoeshere.com/index.html and the next page is
www.namegoeshere.com/about.html and so on...

is there any way to make it so it doesnt show the .html part, so on every page all it would show is www.namegoeshere.com in the address bar

i hope you understand what im saying...

also do you know how i can customize what it says in the status bar?

fredmv
01-24-2004, 01:42 PM
Originally posted by i_like_pierogi
is there any way to make it so it doesnt show the .html part, so on every page all it would show is www.namegoeshere.com in the address barYou could put the page in a frameset, which isn't exactly a good idea. For sample code, simply search this forum as this has been asked quite a few times. Moreover, why would you even want to do this? Many users (including myself) find frames quite annoying, especially when used incorrectly like you'd be doing. If it has anything to do with you wanting to hide your source code, simply forget it, because it's not possible and simply not worth the effort.Originally posted by i_like_pierogi
also do you know how i can customize what it says in the status bar?Through JavaScript (e.g., self.status = 'foo').

PhillMc
01-24-2004, 03:26 PM
I'll agree with Fred.

The only reason I can see for you doing this is to hide your source (which, is impossible).

As for the status bar, go with Fred's post.