Get Query

From CometWiki

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