getHTMLParameter()
public String getHTMLParameter(String name)
This method accepts the HTML Parameter name and returns its value.
If a non-existing parameter name is given, the method returns an empty string.
Figure 1. Examples
for getHTMLParameter()
$HMLSystemUtil.getHTMLParameter('some_param_name')$