|
-
Oct 11th, 2001, 01:13 PM
#1
Thread Starter
New Member
Frames
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...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|