javascript_howto thread: Dynamically resizing rows & cols in a framset
I'm attempting to write a script that resizes the rows of a <frameset> when one of the frameset's <frame> pages is finished loading. I'm able to get it working in I.E. by setting the parent.frames['myframe'].rows = '50%,50%' but this doesn't work in netscape prior to 6.0. Any help? Thanks. Robert Matheson
|





