URL parameters store retrieved information input by users. Before you begin, make sure you pass a form or URL parameter to the server. For more information, see URL parameters and Understanding URL and form parameters.
Document Types |
Menu item in Bindings panel for URL variable |
---|---|
ASP |
Request Variable > Request.QueryString |
ColdFusion |
URL Variable |
JSP |
Request Variable |
PHP |
URL Variable |
The URL Variable dialog box is displayed.
The URL variable name is normally the name of the HTML form field or object used to obtain its value.
Once you define the URL variable, you can use its value in the currently selected page. For more information, see Adding Dynamic Content to Web Pages.