The webformitemvalue( function gets the value of a POST web form item (used when processing a web query with Panorama Server).
Parameters
This function has one parameter:item – name of the form item, which must match a post argument in the submitted HTTP POST query.
Description
This function gets the value of a web form item. It is used when processing a CGI query with Panorama Server. It has one parameter, the name of the form item.
webformitemvalue(item)
This function can be used in any Panorama formula in your web procedure.
cgiHTML=webformitemvalue("Name")+" lives in "+
webformitemvalue("City")+", "+webformitemvalue("State")
The output of this function is always text.
See Also
History
Version | Status | Notes |
10.2 | No Change | Carried over from Panorama 6.0 |