OpenWGA 7.10 - TMLScript reference

WGA » WGA.Call
Method :

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
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events