Anon
03-25-2008, 12:24 AM
As the title states, I want a script that will change the title of the document when one of the frames changes.
My frameset document has run of the mill code, so that won't be very difficult.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> Welcome! </title>
</head>
<FRAMESET border=0 frameSpacing=0 frameBorder=0 cols=220,*>
<FRAME name=MENU src="Frameset-Left-Menu.html" noresize>
<FRAME name=VIEW src="Frameset-Center-Home.html">
</FRAMESET><noframes></noframes>
</FRAMESET>
</html>
In case I did not make it clear enough earlier, what I want the frameset document to do is have the title (in red) change when frameset "VIEW" changes.
Any help would be greatly appreciated.
Regards
-Anon
My frameset document has run of the mill code, so that won't be very difficult.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> Welcome! </title>
</head>
<FRAMESET border=0 frameSpacing=0 frameBorder=0 cols=220,*>
<FRAME name=MENU src="Frameset-Left-Menu.html" noresize>
<FRAME name=VIEW src="Frameset-Center-Home.html">
</FRAMESET><noframes></noframes>
</FRAMESET>
</html>
In case I did not make it clear enough earlier, what I want the frameset document to do is have the title (in red) change when frameset "VIEW" changes.
Any help would be greatly appreciated.
Regards
-Anon