| Vince_Dalton 2004-03-30, 9:08 pm |
| I have an Index page that opens 3 frames:
<!DOCTYPE html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Homes2Go</TITLE>
</HEAD>
<BODY>
<!-- frames -->
<FRAMESET rows="25%" cols="100%">
<FRAME name="Header" src="Header.htm" marginwidth="10" marginheight="10"
scrolling="auto" frameborder="1">
<FRAMESET cols="30%,70%">
<FRAME name="Sidebar" src="Sidebar.htm" marginwidth="10" marginheight="10"
scrolling="auto" frameborder="0">
<FRAME name="Content" src="Content.htm" marginwidth="10" marginheight="10"
scrolling="auto" frameborder="0">
</FRAMESET>
</FRAMESET>
</BODY>
</HTML>
In the Header frame, I have a flash movie. When I open the header.htm file by
itself, everything is fine. However, when I open the Index.htm file, nothing
shows.
Can anybody help?
<!DOCTYPE html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Homes2Go</TITLE>
</HEAD>
<BODY>
<!-- frames -->
<FRAMESET rows="25%" cols="100%">
<FRAME name="Header" src="Header.htm" marginwidth="10" marginheight="10"
scrolling="auto" frameborder="1">
<FRAMESET cols="30%,70%">
<FRAME name="Sidebar" src="Sidebar.htm" marginwidth="10" marginheight="10"
scrolling="auto" frameborder="0">
<FRAME name="Content" src="Content.htm" marginwidth="10" marginheight="10"
scrolling="auto" frameborder="0">
</FRAMESET>
</FRAMESET>
</BODY>
</HTML>
In the Header frame, I have a flash movie:
</head>
<Body>
|