THE CODE...
=============
The following code can be cut and pasted into an HTML document. Make
sure that the Password.jar file is placed within the same directory
as the HTML document that contains this code.
----------------------------------------------------------------
Parameters include...
This sets the extension of the page loaded when the password is
correct. This can be anything you like, ".asp", ".txt", whatever.
If this parameter is left out then a default of ".html" will be used.
Specifies which frame to load links into. Values can be:
"_self" - loads into current window.
"_parent" - loads into full current window if frames are used.
"_blank" - loads into a new window.
"framename" - loads into the name of the frame you specify.
If this parameter is left out then a default of "_self" will be used.
This sets the color of the applet's outline, and should be
entered as a hexadecimal value. If this parameter is left out then a
default color of black will be used.
This sets the color of the background, and should be entered as a
hexadecimal value. If this parameter is left out then a
default color of white will be used.
This sets the color of the text, and should be entered as a
hexadecimal value. If this parameter is left out then a default color
of black will be used.
This specifies if the text is displayed in bold, values accepted are
'on' or 'off'. If this parameter is left out then a default value of
off will be used.
Specifies the text to be displayed at the top of the applet.
If this parameter is left out then "Please enter password:" will be
displayed.
This sets the size of the text field by the ammount of characters
displayable. If this parameter is left out then a default of 15
characters will be used.
This sets the page to load if the password is incorrect. If this value is set to "off" then the text field will clear and the
original page will remain displayed.