Previous Topic: Web Option Script-Execution Button Format

Next Topic: Web Option Scripting Control Values

Example

To define a button to execute a script called MYSCRIPT, you add the following HTML to a generated skeleton:

<input type=”submit” value=”Main Menu” name=”_SMYSCRIPT”>

Alternatively, an image can be used to submit a script. For example, the following HTML also executes the MYSCRIPT script when the image is selected:

<input name="_SMYSCRIPT" type="image" border="0" src=" /WEB2EDOC/image.gif" alt="Main Menu">