postTo( url, parm1, value1, parm2, value2, etc. )
Posts data to a new URL.
Potential to Lose Current Session
When a URL address changes in a standard Genie or Profound UI Rich Display File session, the session is lost, which is why, in Profound UI, this function is generally used with URLs that provide for a file download instead of an application.
Parameters:
url
– post data to URL specified in this parameterparm1 (optional) – the first parameter’s nameÂ
value1 (optional) – the first parameter’s valueÂ
parm2 (optional) – the second parameter’s nameÂ
value2 (optional) – the second parameter’s valueÂ