-
Page Titles
I'm working on a site at the moment, and am using frames - the problem I have is that whenever I view a page, the title shows as New Page - How can I change this so that the title of each page within the main frame is displayed.
Thanks in advance,
Saber
-
When you havw frames in a page, the page that is actualy Viewd is the main page - not the page in the frame. so i am not sure that this can be done.
Why did you chose to use frames ?
you will get a huge panelty for it when posting the site to the serch engines, and most people dont like them. they are hard to print, and more......
-
you'll have to write a bit of javascript to change the window's title bar.. it is possible but dont have the code to hand right now :)
-
No, All you have to do is edit the file that displays all of your frames, (usually index.htm) the find where it says <title> Then edit the text in between that and </title> If you do it in the html file that displays all of your frames, that is what will show up.