'scrolling' sets whether a frame should have a scroll bar or not : iframe « Tags « HTML / CSS






'scrolling' sets whether a frame should have a scroll bar or not

 
    
<HTML>
<BODY>
<iframe scrolling="yes" 
        name="myFrame" 
        src="http://www.java2s.com" style="width:30%"></iframe>
</BODY>
</HTML>  

    
      
        
  








Related examples in the same category

1.'iframe' identifies a frame that can be placed anywhere inside a document
2.Use css to replace iframe
3.iframe style
4.An inline frame
5.target="iframe"
6.'allowtransparency' creates the transparent frames
7.'security' sets whether the source file has security restrictions