QHTMFORMSubmit
Type used when a user hits submit on a form that uses POST.
Members
- cbSize
- Size of this structure.
- pcszMethod
- POST or GET
- pcszAction
- URL used in the form
- pcszName
- Form name
- uFieldCount
- Number fo form fields
- parrFields
- Pointer to an array of QHTMFORMSubmitField.
QHTMFORMSubmitField
Type used when a user hits submit on a form that uses POST.
Members
- pcszName
- Field name.
- pcszValue
- Data value for the field
Example
For an example see funcQHTMFORMCallback.See also funcQHTMFORMCallback