Hits Today: 1 Total: 10134 | Updated: 3/1/2001 | |
 | Active Server Pages exposes an object called ServerVariables, which is part of the Request object. This ServerVariables object allows the programmer to see many environment variables. Author: 4GuysFromRolla Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 5710 | Updated: 6/28/2003 | |
 | The Request Object receives the values that the client's browser passed to the server during an HTTP request.
Author: Paul DeBrino Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 6293 | Updated: 3/2/2000 | |
 | This 5 part tutorial not only is a valuable comprehensive reference of every property and method in the Request object, but also includes examples and sample code as well. Author: Brad Hess Code: ASP 2.0 & VBScript | |  | |
Hits Today: 2 Total: 6649 | Updated: 7/8/2000 | |
 | The request object has many different collections, properties, and event methods which can get confusing. This handy 4 part tutorial guides you through them all, and even includes sample source code to get your started!
Author: Brad Hess Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 3236 | Updated: 6/12/2001 | |
 | GetObject( ) may very well be the ultimate function of VBScript and JScript, but the Microsoft documentation for the function is so weak that no matter how perceptive you are, you could never guess that it was capable of so much. Author: aspemporium.com Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 1042 | Updated: 4/1/2002 | |
 | Il mondo delle pagine ASP. Ecco la guida completa ad un'altro degli oggetti Built-in di ASP: l'oggetto Request. Guida completa per capire cos'è e come si usa. Author: gendea a Code: ASP 1.0 & VBScript |
Hits Today: 1 Total: 1518 | Updated: 3/8/2004 | |
 | The Request object, along with the Response object, provides interaction with the user; it is responsible for handling values passed along by the browser. Author: ASPBootcamp Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 2594 | Updated: 12/15/2000 | |
 | Traffic is the key to a successful website. It doesn't matter if you have the greatest site in the world if nobody visits it. One of the most important things you should do to increase your traffic is analyze where your current traffic is coming from. Author: A.Haneng Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 185 | Updated: 8/15/2007 | |
 | ASP ServerVariables collection contains information about the server where your ASP script is running on information about the client requesting the ASP script. The list of ServerVariables depends on the server software and on the browser being used. Author: ASPDev Code: ASP 3.0 & VBScript |
|