Get Query

From CometWiki

Revision as of 18:48, 6 November 2011 by Skrach (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
Personal tools