Get PostData
From CometWiki
(Difference between revisions)
Skrach (Talk | contribs)
(Created page with "===XAP Control: Get PostData=== When issued to LUN 0 in an XAP program, the "Get PostData" control gets the post data that was passed from the browser. Syntax: output$ = Contr...")
Newer edit →
(Created page with "===XAP Control: Get PostData=== When issued to LUN 0 in an XAP program, the "Get PostData" control gets the post data that was passed from the browser. Syntax: output$ = Contr...")
Newer edit →
Revision as of 18:55, 6 November 2011
XAP Control: Get PostData
When issued to LUN 0 in an XAP program, the "Get PostData" control gets the post data that was passed from the browser.
Syntax:
output$ = Control( 0, "Get PostData" )
Return Value:
String containing the post data from the browser
Example Result:
function=getpostdata&hidden=hiddenvalue