I am getting the error: Type mismatch:'Expir es'
Microsoft VBScript runtime error '800a000d'
on this code:
mailid and local_number are variable that are read from a form.
<%response.cook ies("login")("m ailid")=mailid %>
<%response.cook ies("login")("l ocal_number")=l ocal_number %>
<%response.cook ies("login").Ex pires="Date + 7" %>
First time I am using cookies. Puzzled with the error. Thanks, Dave
Microsoft VBScript runtime error '800a000d'
on this code:
mailid and local_number are variable that are read from a form.
<%response.cook ies("login")("m ailid")=mailid %>
<%response.cook ies("login")("l ocal_number")=l ocal_number %>
<%response.cook ies("login").Ex pires="Date + 7" %>
First time I am using cookies. Puzzled with the error. Thanks, Dave
Comment