Previous Topic: Script buttonsNext Topic: Markup Language Skeleton Customization


Examples

A button could be coded as follows:

<INPUT TYPE=”SUBMIT” NAME=”Execute my script” VALUE=”_SMYSCRIPT”>

This button would submit the HTML page and execute the MYSCRIPT script (held as a member called MYSCRIPT in Y2WEB/YSCRIPT).

When an HTML page is submitted by a Script button any of the data on that page is available to the script processor.