HTML/CSS/Frame Attributes/security — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (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>