FORM
The FORM tag defines an interactive form and is used in the agent web interface in its standard format with additional BMC Software specific functionality. For more information about the FORM tag in general. refer to a standard HTML 4.0 reference.
Forms are generally created for data input. When the user submits the form through an input or button element the form values are submitted to the URL given in the form's required action attribute.
The FORM tag was extended by BMC Software through the htmlfile parameter to allow the agent interface to execute specific actions. It is not necessary to specifically include the action and method parameters, because they are directly included into the parser: action always is 'mwcparse' and method is 'post'.
Start Tag | required |
End Tag | required |
Syntax | <FORM htmlfile='filename.html'></FORM> |
Mandatory Parameters
The htmlfile parameter defines the file to be loaded next. This file contains the necessary Chilli scripts to process the entered data. |
Optional Additional Parameters
There are no optional parameters for this function.
To enter and process data via the FORM tag in the agent interface two files are necessary:
- An HTML file containing the FORM with its boxes to be filled in and the htmlfile parameter.
- A file containing Chilli scripts to process the data entered into the FORM of the HTML file called through the htmlfile parameter in the first form sheet HTML file.