Hi, I want to open two htm documents in a diferent frames with only one link. Y try this:
<SCRIPT LANGUAGE="JavaScript">
<!--
function fnUpdate2(){
top.menu.location="menu.htm";
}
// -->
</SCRIPT>
And then I use FnUpdate function like:
<A HREF="pre.htm" TARGET="_self"
ONCLICK="fnUpdate2();">
Menu: left frame
The link is in the right frame.
Maybe if you can say me what does -top.menu.location- mean...
