Runtime error - Error: 'MenuObj' is undefined

G

Guest

One of our employees tries to check her Hotmail account and receives a
JavaScript error (this only happens on that PC):

A Runtime Error has occured.
Do you wish to Debug?

Line: 21
Error: 'MenuObj' is undefined

A while back another employee had a similar problem. It was resolved by
reinstalling a particular CAB file. At the time that problem occured a temp
fixed that problem but failed to log the call and the solution.
I remember though that he found the solution on Microsoft's support site.
But I've spent almost four hours searching but cannot find it.

Does anyone know which CAB file needs to be reinstalled or can someone point
me to the article?
 
J

Jan Il

Hi Kermit :)

You don't mention the version of Windows, but, try the following and see if
it helps:

Courtesy of Alan Edwards - MVP

"A runtime error has occurred. Do you wish to debug?"
http://inetexplorer.mvps.org/answers/22.html

also..

Go to Tools>Internet Options>Advanced.
Check the box to "Disable script debugging."
Uncheck the box to "Display a notification about every script error."

or..

Disable the Script Debugger in IE (Line 142) - Win XP
http://www.kellys-korner-xp.com/xp_tweaks.htm

You can update your scripting engine. The latest scripting engine can
be found at:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp

For 2000 and XP go to
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en
The install includes a new jscript.dl

and...

Some users get JavaScript errors because the problem is a result of a two
..dll files not being registered properly. The problem can be solved by
following these instructions:

Click Start>Run.
In the window type the following commands one at a time, hitting enter after
each one

regsvr32 actxprxy.dll
You should recieve the message that the .dll has registered successfully,
click Ok and enter the next one
regsvr32 shdocvw.dll

Click OK and reboot the computer.

Hope this helps.

Jan :)
MS MVP - IE [DTS/AumHa]
Smiles are meant to be shared,
that's why they're so contagious.

Replies are posted only to the newsgroup for the benefit or other readers.
How to make a good newsgroup post:
http://www.dts-l.org/goodpost.htm
 

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

Similar Threads


Top