473,379 Members | 1,270 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Pages appearing in the wrong frame

I am quite new to web development and am struggling with something that seems like it should be fairly simple.

I have a page that uses frames. In the left hand frame a menu page is displayed. Clicking on any of the menu optins displays a new page in the right hand frame. So far this works ok, however I have tried to add a drop down option to the menu page. Clicking on any of the dropdown options displays the desired page, but in the left hand frame.


The code of the 2 pages is below. I would be very grateful for any help and advice.

Thanks in advance
Ian


The main page:-

Expand|Select|Wrap|Line Numbers
  1. <html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  5. <title>Pathfinder 25 Challenge Hike</title>
  6. <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
  7. <meta name="ProgId" content="FrontPage.Editor.Document">
  8. </head>
  9.  
  10. <frameset framespacing="0" border="0" cols="188,*" frameborder="0">
  11.   <frame name="left" scrolling="no" noresize target="rtop" src="Menu.html">
  12.   <frameset rows="15%,*">
  13.     <frame name="rtop" target="rbottom" src="header_pane.html" scrolling="no" noresize>
  14.     <frame name="rbottom" src="Home.html">
  15.   </frameset>
  16.   <noframes>
  17.   <body>
  18.  
  19.   <p>This page uses frames, but your browser doesn't support them.</p>
  20.  
  21.   </body>
  22.   </noframes>
  23. </frameset>
  24.  
  25. </html>
The menu page:-


Expand|Select|Wrap|Line Numbers
  1. <HTML>
  2. <!-- Creation date: 22/01/03 -->
  3. <HEAD>
  4. <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <TITLE>Pathfinder 25 Challenge Hike Menu</TITLE>
  6. <META NAME="Description" CONTENT="">
  7. <META NAME="Keywords" CONTENT="">
  8. <META NAME="Author" CONTENT="Ian Johnson">
  9. <META NAME="Generator" CONTENT="Microsoft FrontPage 6.0">
  10. <base target="main">
  11.  
  12. <script language="JavaScript">
  13. <!--
  14. function FP_goToURL(url) {//v1.0
  15.  window.location=url;
  16. }
  17. // -->
  18. </script>
  19.  
  20. </HEAD>
  21. <BODY BACKGROUND="images/menu_bkgrnd.gif" LINK="black">
  22. <FONT FACE="Arial, Verdana">
  23.  
  24.  
  25. <TABLE WIDTH="163" ALIGN="LEFT" CELLPADDING="3">
  26. <TR>
  27.     <TD><IMG SRC="images/scout_logo.jpg" BORDER="0" WIDTH="150" HEIGHT="103"></TD>
  28. </TR>
  29.  
  30. <TR><TD>&nbsp;</TD></TR>
  31. <TR>
  32.     <TD> <A HREF="home.html" TITLE="Home" TARGET="rbottom">Home</A></TD>
  33. </TR>
  34. <TR>
  35.     <TD> <A HREF="overview.html" TITLE="Over view" TARGET="rbottom">Over View</A></TD>
  36. </TR>
  37. <TR>
  38.     <TD> <A HREF="entry_form.html" TITLE="Entry Forms" TARGET="rbottom">Entry Forms</A></TD>
  39. </TR>
  40. <TR>
  41.     <TD> <A HREF="rules_list.html" TITLE="Rules" TARGET="rbottom">Rules</A></TD>
  42. </TR>
  43. <TR>
  44.     <TD> <A HREF="checkpoint_list.html" TITLE="Route from 2003" TARGET="rbottom">Hike Route</A></TD>
  45. </TR>
  46. <TR>
  47.     <TD> <A HREF="trophy_list.html" TITLE="Trophies" TARGET="rbottom">Trophies</A></TD>
  48. </TR>
  49.  
  50. <TR>
  51. <td>
  52. <form> <label><u>Results</u></label> 
  53.  
  54. <select accesskey="S" onchange=" FP_goToURL(/*href*/this.options(this.selectedIndex).value)"> 
  55. <option selected>Please select one</option> 
  56. <option value="Results sheets 2002.htm">2002</option> 
  57. <option value="Results sheets 2003.htm">2003</option> 
  58. <option value="Results sheets 2004.htm">2004</option> 
  59. <option value="Results sheets 2005.htm">2005</option> 
  60. <option value="Results sheets 2006.htm">2006</option> 
  61. </select> 
  62.  
  63. </form>
  64. </td>
  65. </TR>
  66.  
  67. <TR><TD>&nbsp;</TD></TR>
  68. <TR><TD><FONT SIZE="-2">© 25th Middlesbrough Scout Group 2003</FONT></TD></TR>
  69. </TABLE>
  70.  <p>&nbsp;</p>
  71. <p>&nbsp;</p>
  72.  </FONT>
  73. <P>
  74. </BODY>
  75. </HTML>
Oct 18 '06 #1
0 1152

Sign in to post your reply or Sign up for a free account.

Similar topics

9
by: F. Da Costa | last post by:
Hi, Does anybody know why IE5+ does *not* honour array objects (like a table) across a session? Example: Frame A contains a var tableVar which is set via form Frame B (on init) using...
21
by: Akseli Mäki | last post by:
I'm trying to see how valid my code is. The validated complained with following: Line 12, column 32: there is no attribute "TARGET" (explain...). <FRAME NAME="MAINMENU2" TARGET="_top"...
8
by: moondaddy | last post by:
Are frame pages really taboo in asp.net and if so, why and what's the down side of using them? I'm trying to use user controls instead, but it seems that a lot of things were a lot easier with...
2
by: moondaddy | last post by:
I'm running an eCommerce site using vb.net 1.1 and frames. From the header navigation frame I use the following client side JavaScript to navigate pages in the frame below named 'main' which works...
3
by: Greg Smith | last post by:
I am trying to create a FrontPage web site that uses aspx pages I created with VS. I am having fits trying to aspx pages to appear in a frame. Am I trying to do the impossible or am I just...
3
by: Kevin | last post by:
Hi guys, I want to refresh some pages every 2 seconds. however, these html pages are not in my site, they could be any pages from yahoo.com or msn.com. I can create a page, which redirect to...
3
by: Bill | last post by:
If you type our web site directly in a browser, you get our web page. It has a top bar, a sidebar and a main text page in the middle. If you click on one of the menu choices across the top, it goes...
2
by: dmc2409 | last post by:
Well, I am more a desigber than developer. Need to solve the folloving problem. I have a page on, lets call it Firstserver. It opens Page1, Page2 and Page3 on Secondserver through a frame on the...
2
by: anutosh101 | last post by:
I am using msaccess to devlop one application.The application is using Visual basic as a programming language but the problem is when the frame is appearing it is appearing with the frame which...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.