frame buster
I have 3 frames.
1 row that goes completely across the top and the other 2 are columns underneath.
I would like to beable to collapse the columns (leaving the row and the second column visible from the row above) and then being able to uncollapse the frame back to the original position. I would like to keep my place in column 2 when the frames are being collapsed and uncollapsed. Any suggestions?
Lloyd Hassell posted this at 16:29 — 7th July 2000.
They have: 231 posts
Joined: Feb 2000
You can dynamically change the size of a frameset using JavaScript.
From a frame:
parent.document.body.rows = "*,50";
OR
parent.document.body.cols = "*,50";
Get the idea?
:: Lloyd Hassell :: http://www14.brinkster.com/lloydh ::
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.