HTML/CSS/Object Attributes/application — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 26 мая 2010
"application" indicates whether or not the element points to an HTA application
<HTML>
<Title>Example For application</Title>
<BODY>
<iframe application="yes"
src="http://www.wbex.ru/style/logo.png"
style="width:40%;">
</iframe>
<iframe application="no"
src="http://www.wbex.ru/style/logo.png"
style="width: 40%;">
</iframe>
</BODY>
</HTML>