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.java2s.com"> <frame name="mainFrame" src="http://www.java2s.com"> </frameset> </body> </html>