julin1
03-03-2006, 03:31 PM
I am using hvmenu on a site that has 2 frames. The left frame has the menu and some menu items have a submenu.
The problem I run into, is if a submenu item is selected, the page loads in the right frame correctly. If I select that same page from the submenu on the left frame again, the page will still load in the right frame. But after this time, the submenu items do not popout of the menu. Only the top level menu items will work until I hit the reload button on the browser.
Any ideas?
Thanks in advance.
The <body> for each page in the right frame contains:
<body onmouseover="javascript:{if(parent.frames[0]&&parent.frames['MyFrameOne'].Go)parent.frames['MyFrameOne'].Go()}">
The left frame with the menu contains:
<body onmouseover="javascript:{if(parent.frames[0]&&parent.frames['MyFrameOne'].Go)parent.frames['MyFrameOne'].Go()}">
<script type='text/javascript'>
//HV Menu- by Ger Versluis (http://www.burmees.nl/)
//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
//Visit http://www.dynamicdrive.com for this script and more
function Go()
{
return
}
</script>
<table>
<tr>
<td width="150" style="BORDER-RIGHT: #0099cc thin solid">
<img width="150" src="../images/pic1.bmp">
</td>
</tr>
<tr height="300">
<td valign="Top" align="center">
<hr>
<font color="#6699cc" style="FONT-WEIGHT: bold; COLOR: #6699cc; FONT-STYLE: italic; FONT-FAMILY: Arial">
Table of Contents
</font>
<hr>
<br>
<script type='text/javascript' src='..\js\MyMenu_var.js'></script>
<script type='text/javascript' src='..\js\menu_com.js'> </script>
<noscript>
<!-- Browser does not support scripts. Use links for navigation-->
</noscript>
</td>
</tr>
</table>
</body>
The problem I run into, is if a submenu item is selected, the page loads in the right frame correctly. If I select that same page from the submenu on the left frame again, the page will still load in the right frame. But after this time, the submenu items do not popout of the menu. Only the top level menu items will work until I hit the reload button on the browser.
Any ideas?
Thanks in advance.
The <body> for each page in the right frame contains:
<body onmouseover="javascript:{if(parent.frames[0]&&parent.frames['MyFrameOne'].Go)parent.frames['MyFrameOne'].Go()}">
The left frame with the menu contains:
<body onmouseover="javascript:{if(parent.frames[0]&&parent.frames['MyFrameOne'].Go)parent.frames['MyFrameOne'].Go()}">
<script type='text/javascript'>
//HV Menu- by Ger Versluis (http://www.burmees.nl/)
//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
//Visit http://www.dynamicdrive.com for this script and more
function Go()
{
return
}
</script>
<table>
<tr>
<td width="150" style="BORDER-RIGHT: #0099cc thin solid">
<img width="150" src="../images/pic1.bmp">
</td>
</tr>
<tr height="300">
<td valign="Top" align="center">
<hr>
<font color="#6699cc" style="FONT-WEIGHT: bold; COLOR: #6699cc; FONT-STYLE: italic; FONT-FAMILY: Arial">
Table of Contents
</font>
<hr>
<br>
<script type='text/javascript' src='..\js\MyMenu_var.js'></script>
<script type='text/javascript' src='..\js\menu_com.js'> </script>
<noscript>
<!-- Browser does not support scripts. Use links for navigation-->
</noscript>
</td>
</tr>
</table>
</body>