|
Name
|
Description
|
|
codebase |
This parameter is actually part of the <APPLET> tag and therefore
should be specified on the first line of the Applet (see example). It
allows you to specify the location of this applet's class file.
The recommended value is "../classes/".
See codebase
for more information.
|
|
image |
This parameter allows you to specify the image that will
be displayed as the Reset button (ie. what this applet will
look like). Note that due to the security restrictions
built into Internet Explorer, when loading any image by an
applet, the image must be located in the same directory as
the applet's class file. So be sure that the image that
you specify here is located in your "classes" directory.
|
|
normal_color |
This parameter allows you to specify the color of the border around the
image when the mouse cursor IS NOT over it. The value of this parameter can
be specified as any RGB value such as "#FF0000" or as one of the
keyword colors such as "red". See
color parameter
format for more information on colors.
|
|
highlight_color |
This parameter allows you to specify the color of the border around the
image when the mouse cursor IS over it. The value of this parameter can
be specified as any RGB value such as "#0000FF" or as
one of the keyword colors such as "blue". See
color parameter
format for more information on colors.
|
|
link |
If desired, this parameter allows you to link users to another
HTML page when the reset button is pressed. To link users
to another HTML page, simply specify the HTML file name or the URL
that you want to link users to. If you do not want link users
to another page when the reset button is pressed, then
leave this parameter blank or set it to "NONE".
|
|
target |
If this applet is configured to link users to another page when
the reset button is pressed, then this parameter allows you to
specify the "target" window/frame for the link.
The default value of this parameter is "_top".
|