|
|
| Response [+] Favor-It | |
| |
 |
| | Sort By:
|
The Response Object is one of the most commonly used Objects in ASP. It contains methods like Write and Redirect, along with properties like Buffer and Expires. This article will provide you with the knowledge to use some of the most basic functions.
Author: Phillip Quinn Code: ASP 3.0 & VBScript |
Update your Page/Form whithout leaving or reaload the Page whith VB-script and ASP. Trick the Browser Not to reload.
Make your ASP-code whith VB-script work like JavaScript.
The Work is done whithout leaving the page!
Author: |
We used to use our log files for all sorts of things, but as they got too big to handle, we resigned to simply using a commercial tool to analyze them for us and give us the highlights. Author: asp101.com Code: ASP 3.0 & VBScript |
|  | |
Setting Response.Buffer = True can be an easy way to increase the speed of your site. Buffering prevents IIS from sending any response to the browser until the server is completely done processing your ASP script. Author: asp101.com Code: ASP 3.0 & VBScript |
Request Object
ClientCertificate:The values of fields stored in the client certificate that is sent in the HTTP request.
Cookies: The values of cookies sent in the HTTP request.
Author: asp101.com Code: ASP 3.0 & VBScript |
Response Object
Cookies: Specifies cookie values. Using this collection, you can set cookie values.
Author: asp101.com Code: ASP 3.0 & VBScript |
Instead of using a META refresh, use an ASP refresh to insure you have the most current copy of the web page. Author: Matthew J. Khoury Code: ASP 3.0 & VBScript |
|  | |
One of the handiest objects in the ASP object model is the Response Object. This 5 part tutorial shows you how to use it! Part I details all of the properties that you can use Author: Brad Hess Code: ASP 2.0 & VBScript |
The response object is useful, feature rich, and subtle. We are going to focus on it's most fundamental capabilities -- the 20% you will use 80% of the time. Author: unknown Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|