[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HowToJavaScriptResizeHideFrameFromSameFrame
Related threads:
Resize (hide) frame?
Java Script FAQ
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HowToJavaScriptResizeHideFrameFromSameFrame
How to resize (or hide) a frame when clicking a button in the same frame?
Put this code in the frame page you want to resize, and replace FrameSetName with the name/id of its frameset. The code sets the frame's cols attribute to zero.function HideFrame()
{ top.FrameSetName.cols = "0,*";
}Related threads:
Resize (hide) frame?
Java Script FAQ
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
