Search found 3 matches

by Xanthopoulos C.
Fri Dec 08, 2006 6:33 am
Forum: Javascript
Topic: How to change the <title> when am using frames
Replies: 7
Views: 1591

Thank you a lot, problem solved with javascript

Code: Select all

top.document.title="Webpage - the_title_of_the_inner_frame";
//To every .htm file that opens to the inner frame
by Xanthopoulos C.
Thu Dec 07, 2006 1:09 pm
Forum: Javascript
Topic: How to change the <title> when am using frames
Replies: 7
Views: 1591

Thank you a lot for your time evilchris2003 and Zoxive 'm sure i'm not alone I couldn't agree with you more :D. But as you said I have to use them because it is a part of my University's project. document.title = 'New Title'; I want to "drill" the title of the page from the inner frame. Fo...
by Xanthopoulos C.
Thu Dec 07, 2006 2:54 am
Forum: Javascript
Topic: How to change the <title> when am using frames
Replies: 7
Views: 1591

How to change the <title> when am using frames

Hi all, I am sure you all know that when you are using frames to a webpage you are not able to change the <title> text when surfing from a frame to another for example "MyWebpage - Home" to "My webpage - Contact". I am trying to find a way through php that I will be able to read ...