This topic has not yet been rated - Rate this topic

ShowQueryString 

Demonstrates the use of the request object's query parameters collection to get information about the query string sent to the server.

Use a browser to view ShowQueryString.srf. Use the link on that page to send a request containing a query string to the page and view the results.

The page displays the query string obtained from the CHttpRequest::GetQueryParams collection and the raw text from the QUERY_STRING variable, which are both available on the server, along with the location.search property of the document object, which is available through client-side script.

Demonstrates

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.