'application' indicates whether or not the element points to an HTA application : application « Object « HTML / CSS






'application' indicates whether or not the element points to an HTA application

    
<HTML>
<Title>Example For application</Title>
<BODY>
<iframe application="yes" 
        src="http://www.java2s.com/style/logo.png" 
        style="width:40%;">
</iframe>
<iframe application="no" 
        src="http://www.java2s.com/style/logo.png" 
        style="width: 40%;">
</iframe>
</BODY>
</HTML>  

    
      
      








Related examples in the same category