Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 30th, 2006, 09:53 AM
Registered User
 
Join Date: Aug 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with navigation in frames

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>







Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with the Frames guys ??? Riderman BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 September 12th, 2007 10:06 AM
navigation bar problem Aritra ASP.NET 1.0 and 1.1 Basics 5 March 13th, 2007 12:32 PM
Navigation url problem? Hannibal ASP.NET 2.0 Basics 1 December 14th, 2006 05:23 AM
Hard frames problem johnjohn Classic ASP Basics 1 November 30th, 2004 06:09 PM
Hard frames problem johnjohn Classic ASP Databases 0 November 30th, 2004 10:38 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.