|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Problem with response.addheader |
From: |
jeff kramer |
Date: |
10/19/1999 11:06:50 AM |
IP: |
207.159.100.249 |
I am going right out of the docs here - trying to add a name value pair to the servervariables collection, but failing miserably! heres the code:
Response.AddHeader "JEFFTEST", "blahblah"
( this should add the variable "JEFFTEST" to the ServerVariables collection, with the value "blahblah" )
Now, i tried this to retrieve the value on both the same page and a redirected page:
response.write("the response.addHeader Value: ["&Request.ServerVariables("HTTP_JEFFTEST")&"]" )
Nor does the Request.ServerVariables("ALL_HTTP")
spit out my new name value pair..
thanks for your help
jeff
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|