Home > Contents > Index >
CS.QUERY_STRING
Returns the value of the Query String CGI variable.
Syntax
CS.QUERYSTRINGParameters
None.
Description
This tag returns the Query String CGI variable that is located in the request URL path.
Example
<CSVAR NAME="CS.QUERY_STRING"/>If the server request is:
HTTP://localhost/servlet/ContentServer?pagename=page1and the variable name is:
<CSVAR NAME="CS.Query_String"/>The following output is generated:
pagename=page1See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.