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_START_FORM (RealWeb) (rw_start_form.htm)
Use of this subroutine is now deprecated - it can still be used, but for new developments it is recommended that you use RW_START_HTML_FORM for enhanced functionality.
Defines an HTML FORM, with its METHOD attribute set to POST, and its ACTION
attribute set to the
URL
contained in
ActionSub. This URL is invoked when the user clicks
the form's Submit button.
RW_START_FORM(ActionSub)
ActionSub The URL to be invoked when the user clicks the form's Submit button.
Requires a subsequent call to RW_END_FORM.