Resizing/Hiding Frames
How do you resize a frame and update the page in JavaScript - or just hide it completely so that the other frames can use up the space it was using.
How do you resize a frame and update the page in JavaScript - or just hide it completely so that the other frames can use up the space it was using.
Lloyd Hassell posted this at 06:49 — 12th May 2000.
They have: 231 posts
Joined: Feb 2000
You can dynamically change the size of your rows and cols with JavaScript (not too many people know about this).
Add to a frame:
<a href="javascript:parent.hideFrame()">HIDE FRAME</a>
Add to Parent Frameset document:
:: Lloyd Hassell :: http://www14.brinkster.com/lloydh ::
Vincent Puglia posted this at 23:47 — 13th May 2000.
They have: 634 posts
Joined: Dec 1999
Hi Lloyd,
Neat.
Vinny
------------------
GrassBlade: cut&paste javascript
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.