Syntax Example Programs Example
w3HtmlFormEnd ends an input form. This function creates the form and inserts all necessary hidden variables needed for FlashCONNECT. You do not need to use this routine for your forms. However, if you don't use this routine, you have to call w3Action to retrieve the URL which submitted the page, and include w3SessionId, w3InputPromptNumber, w3Exec, and w3ServerPool as needed.
call 23HtmlFormEnd
call w3HtmlFormEnd
generates the following HTML:
</form>