Frame 'cols' Example : Frame FrameSet : HTML JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » 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.navioo.com">
    <frame name="mainFrame" src="http://www.navioo.com">
</frameset>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo HTML
» Frame FrameSet