I get this message:
Microsoft VBScript runtime (0x800A01CA)
Variable uses an Automation type not supported in VBScript
/addtobasket.asp, line 8
which refers to this line:
if Session("basket"
= "" then
I just want to see if the Session variable is blank or has a value. If it does NOT I will of course set one. What gives?
Microsoft VBScript runtime (0x800A01CA)
Variable uses an Automation type not supported in VBScript
/addtobasket.asp, line 8
which refers to this line:
if Session("basket"
I just want to see if the Session variable is blank or has a value. If it does NOT I will of course set one. What gives?