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


JAVASCRIPT DHTML TUTORIALS » HTML » Frame FrameSet »

 

'rows' Example



    
<html>
<head>
<script language="JavaScript">
    document.getElementById("yourFrameset").rows = 600;
</script>
</head>
<frameset id="yourFrameset" frameborder="yes" border="20px" framespacing="5" cols="*">
<frame id="topF" name="topFrame" scrolling="NO" noresize src="http://www.navioo.com">
<frame name="leftFrame" marginwidth="15" noresize scrolling="NO" src="http://www.navioo.com">
<frame name="mainFrame" src="http://www.navioo.com">
</frameset>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo HTML
» Frame FrameSet