Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Changing Width of frame on detection of scrollbars


Message #1 by "Laphan" <laphan@u...> on Thu, 9 Aug 2001 21:47:34 +0100
U r right. It is possible, but for IE only, for my knowledge (Not sure, 
from what version):

As for the width of frames:


<frameset id="frameset1" rows="0,*">   <!--Hidden upper frame)-->
<frame name="upFrame" src="stuff.htm"> 
<frame name="downFrame" src="secondFrame">
</frameset>

Than, in one of the frame, when trying to change the 
rows value, do the following:
parent.frameset1.rows = "100,*"; 

I don't know as for the scrolling part, but mayve set it to auto.


  Return to Index