Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

FrameSpacing Example

<html> <body> <frameset id="myFrameset"            onload="alert(window.myFrameset.frameSpacing);"            rows="200,*"            border="15px"            framespacing="2">  <frame name="topFrame" noresize scrolling="NO" src="http://www.rntsoft.com"> <frame name="mainFrame" src="http://www.rntsoft.com"> </frameset> </body> </html>