Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame title from child

Status
Not open for further replies.

DeSn

Programmer
Nov 20, 2001
111
BE
Is there a way to take the title from frame "products1" as title for the main.html.

code main.html:

<frameset cols=&quot;160,*&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot;>
<frame src=&quot;servmenu.php?menu=1&quot; name=&quot;Products1&quot; scrolling=&quot;NO&quot; noresize>
<frame src=&quot;servmenu.php?menu=2&quot; name=&quot;Products2&quot; scrolling=&quot;NO&quot; noresize>
</frameset>
 
No, not unless you use something like this.


Why use frames anyway? your host obviously supports PHP so a script can write on the common features of the pages, better for visitors and much better for the search engine spiders.

Chris.

Indifference will be the downfall of mankind, but who cares?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top