Previous Topic: Scripting

Next Topic: Example

Web Option Script-Execution Button Format

A script SUBMIT button has the following HTML format:

<INPUT
TYPE=”SUBMIT”
VALUE=”button-face-value”
NAME=”_Sscript-name”
>

where button-face-value is the text displayed on the button itself and script-name is the name of the script (up to 10-characters in length). Note that the first two characters of the NAME attribute are '_S' (an underscore followed by a capital S).

Script-execution buttons are not generated into Web Option skeletons automatically. The necessary HTML must be added to a generated skeleton to create a script-execution button. Also the executed script that results when the button is pressed must be written.