Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open and close navigation frame

Status
Not open for further replies.

Bygbobbo

Programmer
Apr 23, 2002
145
US
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=&quot;45,*&quot; border=&quot;0&quot; framespacing=&quot;0&quot; bordercolor=&quot;white&quot; frameborder=&quot;0&quot;>
<frame src=&quot;topside.html&quot; name=&quot;top&quot; noresize scrolling=&quot;no&quot;>
<frameset cols=&quot;140,*&quot; framespacing=&quot;0&quot; frameborder=&quot;0&quot;>
<frame src=&quot;portal_nav.htm&quot; name=&quot;nav&quot; id=&quot;nav&quot; frameborder=&quot;1&quot; scrolling=&quot;no&quot; noresize>
<frame src=&quot;portal_report.htm&quot; name=&quot;body&quot; id=&quot;body&quot; frameborder=&quot;1&quot;>
<noframes>
<body bgcolor=&quot;#ffffff&quot;>
<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 :eek:)
 
My goal is to be able to close/open the top.nav frame without having to reload the top.body frame.

Thanks again...

Bygs..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top