HTML/CSS/Frame Attributes/security

Материал из Web эксперт
Версия от 11:16, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"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>