HTML and CSS Reference
In-Depth Information
style="style information"
title="advisory text"
vspace="pixels"
width="pixels">
</applet>
Attributes Defined by Internet Explorer
accesskey="key" (5.5)
datafld="name of column supplying bound data" (4)
datasrc="id of data source object supplying data" (4)
hidefocus="true | false" (5.5)
lang="language used for the applet" (4)
language="javascript | jscript | vbs | vbscript" (4)
src="URL" (4)
tabindex="number" (5.5)
unselectable="off | on" (5.5)
Attributes Defined by Netscape
mayscript (4)
Events Defined by Internet Explorer
onactivate, onbeforeactivate, onbeforecut, onbeforedeactivate,
onbeforeeditfocus, onbeforepaste, onblur, oncellchange, onclick,
oncontextmenu, oncontrolselect, oncut, ondataavailable, ondatasetchanged,
ondatasetcomplete, ondblclick, ondeactivate, onfocus, onfocusin,
onfocusout, onhelp, onkeydown, onkeypress, onkeyup, onload, onlosecapture,
onmouseenter, onmouseleave, onmousemove, onmouseout, onmouseover, onmouseup,
onmousewheel, onmove, onmoveend, onmovestart, onpaste, onpropertychange,
onreadystatechange, onresize, onresizeend, onresizestart, onrowenter,
onrowexit, onrowsdelete, onrowsinserted, onscroll
Element-Specific Attributes
alt This attribute causes a descriptive text alternative to be displayed in browsers that do
not support Java. Web designers should also remember that content enclosed within an
<applet> tag may also be rendered as alternative text.
archive This attribute refers to the URL of an archived or compressed version of the applet
and its associated class files, which might help reduce download time.
code This attribute specifies the URL of the applet's class file to be loaded and executed.
Applet filenames are identified by a .class filename extension. The URL specified by code
might be relative to the codebase attribute.
codebase This attribute gives the absolute or relative URL of the directory where applets'
.class files referenced by the code attribute are stored.
mayscript In the Netscape implementation, this attribute allows access to an applet by a
scripting language.
Search WWH ::




Custom Search