HTML/CSS/Frame Attributes/security

Материал из Web эксперт
Перейти к: навигация, поиск

"security" sets whether the source file has security restrictions

   <source lang="html4strict">
   

<HTML> <BODY> <iframe id="frame1"

       security="restricted" 
       name="myFrame1" 
       src="http://www.wbex.ru"
       style="width:30%">

</BODY> </HTML>


     </source>