Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error checking Session variable.

Status
Not open for further replies.

qwert231

Programmer
Sep 4, 2001
756
0
0
US
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?
 
Are you sure it refers to this line? If so... then what is the line that first creates the Session variable? Brett Birkett B.Comp
Systems Analyst
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top