HTML/CSS/Frame Attributes/security — различия между версиями

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

Текущая версия на 08:16, 26 мая 2010

"security" sets whether the source file has security restrictions

    
<HTML>
<BODY>
<iframe id="frame1" 
        security="restricted" 
        name="myFrame1" 
        src="http://www.wbex.ru"
        style="width:30%">
</BODY>
</HTML>