Mega Code Archive

 
Categories / JavaScript DHTML / HTML
 

Frame cols Example

<html> <body> <frameset onmouseover="alert(this.cols);"            cols="20%,*"            border="15px"            framespacing="0">      <frame name="topFrame" noresize scrolling="NO" src="http://www.rntsoft.com">     <frame name="mainFrame" src="http://www.rntsoft.com"> </frameset> </body> </html>