Forum Moderators: open
------------------
Microsoft VBScript runtime error '800a01a8'
Object required: ''
/DCart/ProdByDesc2.asp, line 4
------------------
Ok so I go to that file specified in the error. Line 4 is the <head> tag.
But wait, I have an include page called out at the top. Could it mean line 4 or the include page? In fact, the include itself calls an include..aarrggh! Where to look? What to look for?
What does 'Object required' mean? I can post the code although it is rather long. Is it impossible to tell without seeing all the code?
Thanks for any help!
-john
[webmasterworld.com...]
I started at the beginning and searched the objects, everything was there, except this that I found in the code:
<%=(rsListTypes.Fields.Item("ListTableHeading").Value)%>
and once I deleted it the page worked like a charm.
and like you said, it was never defined anywhere above it's initial appearance...thanks guys!