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 parameter

  • parm1 (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