Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
RW_BUTTON_CLICK (RealWeb) (rw_button_click.htm)
Use of this API subroutine is now deprecated - it can still be used, but for new developments it is recommended that you use RW_BUTTONinstead, since this provides enhanced functionality.
Defines a push button on a form.
RW_BUTTON_CLICK(ButtonText, Function)
ButtonText Specifies the text that is displayed on the button. This is also the value returned when the form is submitted with this button clicked.
Function The name of a function, typically written in JavaScript or VBScript, which is to be called when the button is clicked. This is used for optional client side processing.
Requires a previous call to RW_START_HTML_FORM.