w3HTMLeComBeg

Syntax   Parameters   Example Programs   Example

 w3HTMLeComBeg marks the beginning of the e-commerce form.  

Syntax  

call w3HTMLeComBeg  (CHID , ATSID , MT.Template , FormName , ExtraInfo )  

Parameters

CHID

In

Clearing House ID. This ID is the item-ID of the Clearing House from the ClearingHouse file.

ATSID

In

 Merchant ID

MT.Template

In

 

HTML Template. The default template is MT.Template and is located in the w3HTML file of the FlashCONNECT account. If you need to use your own template, make sure that the form begin section is present and named MT.FormBeg. If alternate template files are used along with credit card processing, the credit card processing template must be located in the alternate template file.

FormName

In

Name of the form. This parameter is optional.

ExtraInfo

In

Extra HTML/Javascript to be inserted within the FORM tag This parameter is optional.

Example Programs

  MTPayment  

Examples  

                  ATSID     = "TEST0"

                  Template  = "MT.Template"

                  FormName  = "MyFormName"

                  ExtraInfo = ""

                  call w3HTMLeComBeg( CHID, ATSID, MT.Template, FormName, ExtraInfo)