Memnoch1207
07-30-2002, 01:18 PM
I am creating a simple e-commerce site (simple...yeah, right) anyway...I am using javascript and keep getting an error on a particular line in the code...but it doesn't make sense...
It's a type MISMATCH error
ExpireDate = new Date();
ExpireDate.setMonth(ExpireDate.getMonth() + 3);
Response.Cookies("ShoppingCart").expires = ExpireDate.toLocaleString(); 'errors out here!
Response.Cookies("ShoppingCart")("itemcount") = j;
can anyone help me out on this?
It's a type MISMATCH error
ExpireDate = new Date();
ExpireDate.setMonth(ExpireDate.getMonth() + 3);
Response.Cookies("ShoppingCart").expires = ExpireDate.toLocaleString(); 'errors out here!
Response.Cookies("ShoppingCart")("itemcount") = j;
can anyone help me out on this?