You can define the following ASP server variables as sources of dynamic content: Request.Cookie
, Request.QueryString
, Request.Form
, Request.ServerVariables
, and Request.ClientCertificates
.
The Request Variable dialog box is displayed. Select one of the request collections from the Type pop-up menu.
For example, if you want to access the information in the Request.ServerVariables
collection, select Server Variables. If you want to access the information in the Request.Form
collection, select Form.
For more information on these variables, see Setting the Request Variable dialog box options (ASP).
For example, if you want to access the information in the Request.ServerVariables("HTTP_USER_AGENT")
variable, enter the argument HTTP_USER_AGENT
. If you want to access the information in the Request.Form("lastname")
variable, enter the argument lastname
.
The server variable appears in the Bindings panel.