APPLETOPEN and APPLETCLOSE v15
htp.appletopen
generates the <APPLET>
HTML tag, which invokes a Java applet. Close the applet with htp.appletclose
, which generates the </APPLET>
HTML tag.
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
ccode | The value for the CODE attribute, which specifies the name of the applet class |
cheight | The value for the HEIGHT attribute |
cwidth | The value for the WIDTH attribute |
- On this page
- Syntax
- Parameters