Hi,
Please observe the following code...
I am setting the Cookie called pPEDATE and trying to read it immediately... I am getting a blank/null in the alert box. But when I display the variable
, I get a proper date... What could be the problem...??
Thanks!
RR
Please observe the following code...
Code:
Response.Cookies("pPEDATE") = strParkEligDate
Response.Cookies("pPEDATE").expires = 100
Response.Write "<script language=JAVASCRIPT>alert('" & Request.Cookies("pPEDATE") & "') </script>"
I am setting the Cookie called pPEDATE and trying to read it immediately... I am getting a blank/null in the alert box. But when I display the variable
Code:
strParkEligDate
Thanks!
RR