Get Query
From CometWiki
(Difference between revisions)
Skrach (Talk | contribs)
(Created page with "===XAP Control: Get Query=== When issued to LUN 0 in an XAP program, the "Get Query" control gets the query string passed from the browser. Note: if you are submitting a form u...")
(Created page with "===XAP Control: Get Query=== When issued to LUN 0 in an XAP program, the "Get Query" control gets the query string passed from the browser. Note: if you are submitting a form u...")
Latest revision as of 18:48, 6 November 2011
XAP Control: Get Query
When issued to LUN 0 in an XAP program, the "Get Query" control gets the query string passed from the browser. Note: if you are submitting a form using the POST method, only POST variables will be returned in the query string.
Syntax:
output$ = Control( 0, "Get Query" )
Return Value:
String containing the query string passed from the browser
Example Result:
lala=dada&function=getquery