[Javascript] Any way to alter frames height dynamically?

pd pd4953 at myrealbox.com
Tue Jul 16 16:44:49 CDT 2002


I have a frameset.html -

<html>
     </head>

<frameset rows="130,*" border=0 ><!-- top frame height -->
         <frame src="framehdr.html" name="top" SCROLLING="no">
         <frame src="framebody.html" name="main" >
</frameset>


<noframes>
<body>
<p>This page requires a browser that can view frames.</p>
</body>
</noframes>
</html>


Is it possible to create an object with an id in this file for for 
<frameset> and then be able to alter the number of rows in <frameset> from 
framebody.html?

Could I use some form of  parent.frames to access it?

Thank you,

pd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20020716/7a0c3730/attachment.htm>


More information about the Javascript mailing list