FrameSet
PHP Code:
<html>
<head>
<title>You need a browser that supports frame to veiw this page.</title>
<meta name="description" content="Divides the page vertically in two frames.">
</head>
<frameset rows="1*" cols="50%, 50%">
<frame name="testtop" scrolling="auto" marginwidth="10" marginheight="14" src="LF.htm">
<frame name="right" scrolling="auto" marginwidth="10" marginheight="14" src="RF.htm">
<noframes>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>You need a browser that supports frame to veiw this page.</p>
</body>
</noframes>
</frameset>
</html>
LH Frame LF.htm
PHP Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<script language="JavaScript" type="text/javascript">
<!--
function COOLjsTreePRO(a,b,c){
alert('function attribute 0 = '+a);
alert('function attribute 1 = '+b);
alert('function attribute 2 = '+c);
}
//-->
</script></head>
<body>
LFrame
</body>
</html>
RH Frame RF.htm
PHP Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
</head>
<body>
RFrame
<a href="javascript:top.testtop.COOLjsTreePRO('tom','dick','harry')">Toggle 'test'</a>
</body>
</html>
I previously posted you a link to an example
and now I post a simpler example to demonstrate the use of TOP and receipt of call attributes in frameset applications.
I have not looked at the menu you are using and do not wish to be involved in yet another menu at the moment but suggest you call a new function to execise the menu as you would on if it was on an unframed page then work back from there.
or better still, get a menu that is well documented, supported and you can fully understand the functionality and application.
Bookmarks