HTML and CSS Reference
In-Depth Information
Standard Syntax
<frame
class="class name(s)"
frameborder="0 | 1"
id="unique alphanumeric identifier"
longdesc="URL of description"
marginheight="pixels"
marginwidth="pixels"
name="frame name"
noresize="noresize"
scrolling="auto | no | yes"
src="URL" of frame contents"
style="style information"
title="advisory text">
Attributes Defined by Internet Explorer
allowtransparency="no | yes" (5.5)
application="no | yes" (5)
bordercolor="color name | #RRGGBB" (4)
datafld="name of column supplying bound data" (4)
datasrc="id of data source object supplying data" (4)
frameborder="no | yes | 0 | 1" (4)
height="pixels" (4)
hidefocus="true | false" (5.5)
lang="language code" (4)
language="javascript | jscript | vbs | vbscript" (4)
security="restricted" (6)
tabindex="number" (5.5)
unselectable="on | off" (5.5)
width="pixels" (4)
Events Commonly Supported
onblur, onclick, ondblclick, onfocus, onload
Events Defined by Internet Explorer
onactivate, onafterupdate, onbeforedeactivate, onbeforeupdate, onblur,
onclick, oncontrolselect, ondblclick, ondeactivate, onerrorupdate,
onfocus, onload, onmove, onmoveend, onmovestart, onresize, onresizeend,
onresizestart, onselectstart
Element-Specific Attributes
allowtransparency This Internet Explorer-specific attribute determines whether the contents
of the <frame> is transparent or opaque. The default value is false , which means it is
opaque.
application This Internet Explorer-specific attribute is used to indicate whether the content
of a <frame> is to be considered an HTML application (HTA). HTAs are applications that
use HTML, JavaScript, and Internet Explorer, but are not limited to the typical type of
Search WWH ::




Custom Search