Thanks. I appreciate it. We'll see if it works.
On another note, the frame targeting example in the FAQ pages here on this website doesn't show a [;sourceframe=the_target+frame.html] anywhere. A tremendous pile of agrivation could have been avoided if the frame targeting instructions in the ...
Search found 3 matches
- Sun Nov 17, 2002 3:01 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Using Frames, submenu link description non-functional.
- Replies: 5
- Views: 4605
- Sat Nov 16, 2002 4:26 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Using Frames, submenu link description non-functional.
- Replies: 5
- Views: 4605
To be seen ..
A three frame page:
<html>
<head>
<title>A Three Frame Page</title>
<script LANGUAGE="Javascript">
<!--
top.location.target="_top"
if(window.location.target!="_top"){
top.location.href=window.location.href
}
//-->
</script>
</head>
<frameset rows="15%,18%,*" border="0" noresize>
<frame name ...
<html>
<head>
<title>A Three Frame Page</title>
<script LANGUAGE="Javascript">
<!--
top.location.target="_top"
if(window.location.target!="_top"){
top.location.href=window.location.href
}
//-->
</script>
</head>
<frameset rows="15%,18%,*" border="0" noresize>
<frame name ...
- Fri Nov 15, 2002 10:22 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Using Frames, submenu link description non-functional.
- Replies: 5
- Views: 4605
Using Frames, submenu link description non-functional.
I am using version: 3.3.19
I am using a three frame page, head, nav and main.
When I add target=main my descriptive text for the
link disappears and IE6 and NS7 complain of errors
on the page. I'd like to be able to use both the descriptive
text and the fames. Any ideas?
addmenu(menu=["examples ...
I am using a three frame page, head, nav and main.
When I add target=main my descriptive text for the
link disappears and IE6 and NS7 complain of errors
on the page. I'd like to be able to use both the descriptive
text and the fames. Any ideas?
addmenu(menu=["examples ...