Subprogram Name | Source Name | Executable Example | Viewable Example |
---|---|---|---|
H3-BUTTON |
H3BUTTON |
E3BUTTON |
E3BUTTON |
Creates a reset/submit button.
All (A250) BY VALUE variables at the interfaces have been changed to (A) DYNAMIC BY VALUE.
There is no need to recatalog the programs, because the old interface (A250) is compatible with the new one.
<INPUT TYPE="submit|reset|image"
NAME="string"> </INPUT>
VALUE="string",
SRC="URL"
1 H3TYPE (A1) /* i /m : 'R' reset button * /* 'S' submit button * /* 'I' submit button with image 1 H3NAME (A) DYNAMIC /* i /M : Name of the button 1 H3VALUE (A) DYNAMIC /* i /M : Value of the input variable 1 H3URL (A) DYNAMIC /* i /M : URL of the picture to be used
PERFORM H3-BUTTON H3TYPE H3NAME H3VALUE H3URL