OpenWGA 7.7 - TMLScript reference
WGA » WGA.CallMethod :
getParam(name)
| On object | WGA.Call |
| Usage |
Returns the (first) value of a request parameter |
| Description |
Returns the (first) value of a request parameter. This is either a URL parameter or the form value of a POSTed URL-encoded HTML form |
| Parameters |
name (String) The name of the parameter |
| Return value |
Parameter value, null if the param does not exist |
| Allowed in script types |
|