|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Retrieving data from the Response object |
From: |
Quadell |
Date: |
7/17/2002 10:20:38 AM |
IP: |
216.26.153.162 |
How can I retrieve data from the Response object? For instance, let's say I have the following:
<%
dim s_data
Response.Write "He"
Response.Write "llo"
s_data = Response.GetWhatsWritten
%>
Except that there is no GetWhatsWritten method. Is there any way I can do this? Are there any third-party tools that can retrieve the data that was written to the Response object?
If you know of anything, please e-mail me: mlwadd01@yahoo.com |
Follow Up - Re: Retrieving data from the Response object - jason pinhut 12/25/2002 10:46:14 PM
|
|
|
|
|
|
|
|
|
|
|
|