Forum Moderators: open

Message Too Old, No Replies

Microsoft VBScript runtime error '800a01a8'

         

jgstyle

9:06 pm on Sep 30, 2004 (gmt 0)

10+ Year Member



We have a simple search function integrated into a site. WHn the search button is clicked I get this error -I have no idea what this means. Here is the whole error message:

------------------
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

mattglet

9:15 pm on Sep 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Paste the line 4's of the include files.

bcolflesh

9:20 pm on Sep 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You're trying to use an Object that hasn't been created - similiar thread:

[webmasterworld.com...]

jgstyle

1:57 pm on Oct 1, 2004 (gmt 0)

10+ Year Member



bcolflesh you are exactly right! awesome..!

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!