Frame 'cols' Example : Frame FrameSet « HTML « JavaScript DHTML
- JavaScript DHTML
- HTML
- Frame FrameSet
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>
Related examples in the same category