JAVA PARAMS BUTTON

Format: [Button Text];[Help Text];[Command]
Extended: button1, button2, ... button7

Allows you to configure up to 8 buttons of your own. Make sure you don't go overboard on the button text, it should fit within your button image. The help text will be displayed in the browser's status bar as you pass your pointer over the button.
Note that if the command does not start with a / or contain spaces, it is assumed to be a URL instead, which would be loaded in a new window. If you do not provide the protocol for the URL (http://, https://, ftp://, mailto:), it will be considered relative to the web page's URL.

Examples:
In a web page:
<param name="button" value="FAQs;Click to go to our Frequently Asked Questions;http://www.myhost.com/FAQ.html">
<param name="button1" value="Alert John;Click to let John know you're available;/msg John I'm available">

In a param file:
button=FAQs;Click to go to our Frequently Asked Questions;http://www.myhost.com/FAQ.html
button1=Alert John;Click to let John know you're available;/msg John I'm available