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.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |