RW_START_FORM


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.

Purpose

Defines an HTML FORM, with its METHOD attribute set to POST, and its ACTION attribute set to the URLClosed Uniform Resource Locator - a web address.  contained in ActionSub. This URL is invoked when the user clicks the form's Submit button.

Syntax

RW_START_FORM(ActionSub)

Parameters

ActionSub The URL to be invoked when the user clicks the form's Submit button.

Dependencies

Requires a subsequent call to RW_END_FORM.