T
Tim Johnson
Hi,
I am starting to use cookies in my ASP pages, this is
new for me, I am using the following code to create a
cookie:
Response.Cookies("bookedby")= Request.Form("txtBookedBy")
Response.Cookies("bookedby").expires="#July 29, 2003#"
However, when the page is opened I get the following
error:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'Response.Cookies(...).Expires'
/MRBS/addbookingtodb.asp, line 5
Line 5 is when I try to set the expiry. Please help
TIA.
I am starting to use cookies in my ASP pages, this is
new for me, I am using the following code to create a
cookie:
Response.Cookies("bookedby")= Request.Form("txtBookedBy")
Response.Cookies("bookedby").expires="#July 29, 2003#"
However, when the page is opened I get the following
error:
Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'Response.Cookies(...).Expires'
/MRBS/addbookingtodb.asp, line 5
Line 5 is when I try to set the expiry. Please help
TIA.