Тег APPLET
APPLET
<APPLET
ACCESSKEY=string
ALIGN=ABSBOTTOM
| ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
CODE=string
CODEBASE=string
DISABLED
HSPACE=variant
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT
| JSCRIPT | VBS | VBSCRIPT
MAYSCRIPT
NAME=string
SRC=string
STYLE=string
TITLE=string
VSPACE=string
event = script
>
Places executable content on the page.
- ACCESSKEY=
- Specifies an accelerator for the element.
- ALIGN=
- Specifies the alignment for the control-like element.
- CODE=
- The name of the file containing the compiled java class.
- CODEBASE=
- This is an optional parameter that specifies the base URL for the applet.
- DISABLED
- Used to disable an element.
- HSPACE=
- Along with VSPACE= , specifies margins for the
element.
- CLASS=
- Specifies the class of the tag being defined. This is most often used to
associated a sub-classed style sheet with the tag.
- ID=
- An SGML identifier used as the target for hypertext links or for naming
particular elements in associated style sheets. Valid names to script with are
any alphanumeric string that begins with a letter. Valid special characters
include underbar "_".
- LANG=
- This specifies the language to use. The specifier is an ISO standard
language abbreviation.
- LANGUAGE=
- Specifies the language that the current script is written in. JavaScript is
the default for this attribute.
- MAYSCRIPT
- Used to designate whether the applet can take advantage of javascript
classes.
- NAME=
- Specifies the name of the control, bookmark, or applet.
- SRC=
- Specifies a URI for the associated file.
- STYLE=
- Specifies an in-line style sheet for the tag.
- TITLE=
- The Title attribute is used to provide advisory information.
- VSPACE=
- Along with HSPACE= , specifies margins for the
element.
- event
- Can be one or more of these events:
onafterupdate onbeforeupdate
onblur onclick
ondblclick ondragstart
onfocus onhelp
onkeydown onkeypress
onkeyup onload
onmousedown onmousemove
onmouseout onmouseover
onmouseup onreadystatechange
onresize onrowenter
onrowexit
onselectstart
This element is a block element.
Both the start and end tags are required.