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

RE: Error: 'as' is null or not an object by Lauren

Lauren
Thu Oct 20 16:55:01 CDT 2005

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

"Lauren" wrote:

> 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

RE: Error: 'as' is null or not an object by Lauren

Lauren
Thu Oct 20 16:59:06 CDT 2005

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


Lauren

"Lauren" wrote:

> 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
>
> "Lauren" wrote:
>
> > 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