PDA

View Full Version : Need Help: Multiple Frame Layouts Queuing Title Bar Text Correctly When Navigating


Crevice9
11-10-2002, 03:50 AM
I am designing a site for with Dreamweaver MX using two vertical frames. The one on the left never moves in site navigation, it's just a menu to trigger new pages to the right frame (where I want the title to come from).
My problem is that I can't figure out why I am unable to get a simple text description in the Title Bar at the top of the browser for each page, it just says "untitled document".
PLEASE tell me, what is wrong with this script causing this (this is just the home page)... I am clueless... Thank you so much for your time...

Crevice9 :thumbsup:


I have been told..."You need to change the page title when selecting the frameset, not the individual frame. To select the frameset, choose the frame border." But not sure about how to preform that procedure since they aren't loading together. :confused:


left frame (menu):


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Menu</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2719.2200" name=GENERATOR></HEAD>
<BODY text=#f4f4f4 bgColor=#333333>
<DIV align=center>
<P>&nbsp;</P>
<P>
<OBJECT
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0
height=105 width=126 align=middle
classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="../ACC%20Logo.swf"><PARAM NAME="quality" VALUE="high">
<embed src="../ACC%20Logo.swf" width="126" height="105"
align="middle" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed></OBJECT></P>
<P><BR>
<OBJECT
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0
height=240 width=100 align=middle
classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="../Menu.swf"><PARAM NAME="quality" VALUE="high">
<embed src="../Menu.swf" width="100" height="240"
align="middle" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed></OBJECT></P>
<P>&nbsp;</P><FONT size=-1>Atlanta City Church<BR>3355 Old Jonesboro
Road<BR>Fairburn<BR>555-2138</FONT></DIV></BODY></HTML>


right frame (home):


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Home</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2719.2200" name=GENERATOR></HEAD>
<BODY text=#f4f4f4 bgColor=#888888>
<DIV align=center>
<P><IMG height=170 src="2_files/ACC Header.gif" width=683 align=middle></P>
<P>&nbsp;</P>
<head>

<script language="JavaScript">
<!--
window.status="Loading... ACC";

function clear_status_message()
{
window.status = '';
return true;
}
//-->
</script>

</head>

<script>
var width = screen.width
var height = screen.height

document.write( "<BODY onLoad='clear_status_message()' onUnload='window.resizeTo(" + width + "," + height + ")'>")
</script>
<P>Sunday Services: 8:30 and 11:00 a.m.<BR>
Wednesday Service: 6:30 Prayer, 7:00 Worship</P>
<P><IMG src="2_files/Rick%20&%20Susie.gif" width=297 height=213
align=middle><BR>
Senior Pastors Rick and Susie</P>
</DIV>
</BODY></HTML>