I have a .asp file whith a "menu" frame and a "content" frame, the menu frame has submenus and it is dinamically open from database elements.
But the submenu does not expand in firefox and the netscape browser.
I use this code
Code:
<script language="JavaScript1.2" type="text/javascript">
parent.menu.navigate('frame_menu.asp?some=some1');
</script>
at content frame
to "refresh" the menu frame and to expand the submenu.
It works in IE and Opera but not at firefox.
What is wrong
dimis