Hello All,
Is there a way to control frames in a frameset? If there is does anyone have an example of syntax to open and close a frame with a frameset structure like this:
<frameset rows="45,*" border="0" framespacing="0" bordercolor="white" frameborder="0">
<frame src="topside.html" name="top" noresize scrolling="no">
<frameset cols="140,*" framespacing="0" frameborder="0">
<frame src="portal_nav.htm" name="nav" id="nav" frameborder="1" scrolling="no" noresize>
<frame src="portal_report.htm" name="body" id="body" frameborder="1">
<noframes>
<body bgcolor="#ffffff">
<p>----------</p>
</body>
</noframes>
</frameset>
</frameset>
I would like to be able to control top.nav
Any help would be greatly appreciated..
Thanks in advance,
Bygs
)
Is there a way to control frames in a frameset? If there is does anyone have an example of syntax to open and close a frame with a frameset structure like this:
<frameset rows="45,*" border="0" framespacing="0" bordercolor="white" frameborder="0">
<frame src="topside.html" name="top" noresize scrolling="no">
<frameset cols="140,*" framespacing="0" frameborder="0">
<frame src="portal_nav.htm" name="nav" id="nav" frameborder="1" scrolling="no" noresize>
<frame src="portal_report.htm" name="body" id="body" frameborder="1">
<noframes>
<body bgcolor="#ffffff">
<p>----------</p>
</body>
</noframes>
</frameset>
</frameset>
I would like to be able to control top.nav
Any help would be greatly appreciated..
Thanks in advance,
Bygs