Error: 'as' is null or not an object

L

Lauren

I keep getting this error from my menu bar once I added hyperlinks to it and
started selecting topics from the drop-down menu.

Line:54
Char: 17
Error: 'as' is null or not an object
Code: 0

I have 2 javascript pages and a style sheet page that the menu references...
I'm not sure which page the error is coming from or why. The pages came from
this example menu bar site.
http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_105.html

Any ideas?

Thanks,

Lauren
 
L

Lauren

This is what is on line 54 on the 'MenubarAPI4.js' file

function itemOver(e){if(this.om.as){rsm(this.om.as);this.om.as=null;}}


I figure this is where the error is.

Lauren
 
L

Lauren

and by the way... if I click ok on the error window my page still will display.


Lauren
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top