| Parameter
Names |
Possible
Values |
| Width
& Height |
Use
a special formula to determine the width and height of the
applet.
Vertical
(Image size + v_spacer) + (h_spacer * number of buttons)
Horizontal
(Image size + h_spacer) + (v_spacer * number of buttons)
If this is too complicated Netscape users can run the applet
and look in the java console for the proper size. |
| Buttons |
The
number of buttons you want in the toolbar |
| Direction |
1
for a vertical toolbar.
2 for a horizontal toolbar.
1 is the default. |
| bgcolor |
The
color for the applets background
This should be entered in Hex format.
The default color is white. |
| msgcolor |
The
color for the Please Wait... Images Loading message.
This should be entered in Hex format.
The default color is blue. |
| h_spacer |
The
number of pixels padding the images horizontally
This is eqaully distibuted on both the top and bottom of the
image.
The default is 0. |
| v_spacer |
The
number of pixels padding the image vertically
This is eqaully distibuted on both the left and right of the
image.
The default is 0. |
The
following parameters must be specified for each button on
the toolbar
for example - grey1 , grey2 , ... grey6. repeat this for colorx,
linkx, and targetx. |
| greyx |
The
name of the grey (or standard) image.
|
| colorx |
The
name of the color (or hot) image.
|
| linkx |
The
link for the image to follow.
This can be relative (local) or absolute .
If an absolute link is used you must the protocal
eg. http://www.yahoo.com |
| targetx |
Enables
frames support
Supports the standard frames targets, as well as user defined
frame targets.
The default target is "_top" |