HI
I am having a problem with navigation between frames (I need to use frames for my project). I have 1 frame called leftFrame, which contains a flash navigation menu and another frame called _mainframe, which is the target frame for the navigation menu.(there are also 2 irrelevant frames)
This has been working for months until yesterday, but now when I use the flash menu it opens in a blank frame not _mainframe.
Im not sure what the problem is but I think it is because I changed something in the site manager, such as renaming/adding a webpage.
below is the of the code of the frameset (maths.htm) and frames _mainframe and leftframe, this may be a bit of a mess!
Any help would be very much appreciated as I have been trying to fix it all day.
Cheers
pete
Code:
\\FRAMESET CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="84,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="topframersa.htm" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="354,*" framespacing="0" frameborder="NO" border="0">
<frame src="navbarframe1rsa.htm" name="leftFrame" scrolling="NO" noresize>
<frameset rows="*" cols="*,119" framespacing="0" frameborder="NO" border="0">
<frame src="mathshome.htm" name="_mainframe" id="_mainframe">
<frame src="rightframersa.htm" name="rightFrame" scrolling="NO">
</frameset>
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
\\LEFTFRAME CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>School X 'AS' Level Mathematics Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
-->
</style>
</head>
<body background="navbar/background2.png">
<OBJECT id="scmenuobj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=270 HEIGHT=500>
<PARAM NAME=movie VALUE="navbar/scmenu.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=opaque> <PARAM NAME=bgcolor VALUE=#282E3E> <EMBED src="navbar/scmenu.swf" menu=false quality=high wmode=opaque bgcolor=#282E3E WIDTH=270 HEIGHT=500 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT><script src="navbar/scmenujs.js" type="text/javascript"></script>
<div align="left"></div>
</body>
</html>
\\MAINFRAME CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>School X Maths Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#333333" background="../images/samples/samplebackground.png">
<blockquote>
<table width="90%" height="100" border="1" cellpadding="0" cellspacing="0" bordercolor="#003366">
<tr>
<td height="77"><strong>Royal
School Armagh Maths
Home</strong></td>
</tr>
</table>
<p><strong><em>G.C.E.
'AS' Level Mathematics</em></strong></p>
<p>Welcome to Royal School Armagh's
G.C.E. 'AS' Level Mathematics website. Please use the Left hand side navigation
bar
to guide your way through the site. </p>
<p>For information on mathematics
at Royal School Armagh, current pupils and past mathematical pupils of
Royal School Armagh, and the schools mathematics departments achievements
please click the R.S.Armagh Maths home button.</p>
<p>To view an extensive set of course
notes on any topic of a particular mathematics course module please click
on the corresponding module button to view a module topic menu and then
choose the relevant topic.</p>
<p>Royal School Armagh hopes that you enjoy
using this website and that it is beneficial to you and your mathematical
education.</p>
</blockquote>
</body>