|
|
| QueryStrings [+] Favor-It | |
| |
 |
| | Sort By:
|
This is a quick sample demonstrating the use of a Case statement. The three case links listed all refference the same URL. Different outputs are achieved by adding a parameter to the end of the URL.
Author: ASP 101 Code: ASP 2.0 & VBScript |
Demonstrates how to encrypt the information passed through the QueryString. Using the Vernam encryption technique, you can encrypt the variable names and values that are being passed through the QueryString. Author: Derrick Code: ASP 2.0 & VBScript |
Sure using the QueryString is an easy way to pass information from one ASP page to another, but there is a limit to the amount of information you can squeeze into the address bar.
Author: asp101.com Code: ASP 3.0 & VBScript |
|  | |
This function decodes an encoded QueryString and replaces the URL entity equivelants with the original characters before encoding.
Author: Simon Trundle Code: ASP 3.0 & VBScript |
This tutorial shows you how to use query string in urls like in many sites e.g. used at http://vpn.xrs.net/
Author: Tuan Dinh Code: ASP 3.0 & VBScript |
This function will remove a query string item from the querystring and return the new querystring in ASP. Author: Vladimir Miho Code: ASP 3.0 & VBScript |
The values that are returned by Request.Form and Request.QueryString are objects, rather than strings as you would expect. This causes subtle conversion problems in server-side scripts, and especially in JScript.
Author: microsoft.com Code: ASP 3.0 & VBScript |
|  | |
Often when you build web applications you have the need for passing information from one page to another. Author: A. Haneng Code: ASP 2.0 & VBScript |
Learn to use query strings to pass information between ASP pages. If you haven't read part one, I would recommend reading it before this one.
Author: A. Haneng Code: ASP 2.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|