Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Dynamically resizing rows & cols in a framset


Message #1 by "Robert Matheson" <robertmatheson@h...> on Fri, 5 Oct 2001 21:08:40
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

  Return to Index