HTML/CSS/Frame Attributes/security
"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>