w3HtmlFormEnd

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.

Syntax

call 23HtmlFormEnd

Example Programs

w3Admin.w3Config.form

receivedata

event

MTSelectPayment

act*23235

act*22091

MTDecline

act*22411

MTAccept

w3Admin.w3Apps.create

programming.bas6

MTPayment

w3Admin.w3Apps.Maintain

Myapp

programming.bas7

w3Admin.w3Groups.form

w3Admin.w3LogsControl.form

w3Admin.w3Apps.Update

FrameTest

programming.bas9a

IHello

selectTest

w3Admin.w3User.form

nptest

Xlate1

programming.bas8a  

Example

call w3HtmlFormEnd

     generates the following HTML:

     </form>