|
|
|
|
|
| | |
|
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: |
Re: Retrieving data from the Response object |
From: |
jason pinhut |
Date: |
12/25/2002 10:46:14 PM |
IP: |
195.92.67.65 |
not sure exactly what you mean here.
if you want to use the data again then set it as a variable. egg = "he"
chicken = "llo"
Response.Write egg
Response.Write egg & chicken
this would give you hello
Other common Response object uses are for dealing with forms or URL parameters. here you can use the name of the form element or the URL parameter to retrieve its contents on the page a form submits to:
ie: Request.Form("textarea")
or Request.QueryString("ID")
combined with Response.Write
Response.Write Request.Form("textarea")
any help??
jason
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|