error message: 'main' is null or not an object

  • Thread starter Thread starter Mike F
  • Start date Start date
M

Mike F

Hello all,

Hope someone can help me.
When I go to some websites, I get an error
message: 'main' is null or not an object. And, the page
won't open at all. I'm assuming the javascript isn't
functioning correctly. I'm running IE 6.0 on Windows XP
Home. The website where it happens most is
http://rates.etransport.com/Maersk
I use this for work purposes, so if anyone can help asap;
it'd be greatly appreciated.
Thank you.


Mike
 
Try This:

Click [start] [run]
Type: regsvr32 /i urlmon.dll [press enter]
regsvr32 /i shdocvw.dll [press enter]
regsvr32 actxprxy.dll [press enter]

Restart Windows
Open IE click [tools][internet options][programs][reset
web settings]
 
Mike F said:
Hello all,

Hope someone can help me.
When I go to some websites, I get an error
message: 'main' is null or not an object. And, the page
won't open at all. I'm assuming the javascript isn't
functioning correctly. I'm running IE 6.0 on Windows XP
Home. The website where it happens most is
http://rates.etransport.com/Maersk
I use this for work purposes, so if anyone can help asap;
it'd be greatly appreciated.
Thank you.


Mike

You might want to refresh your scripting engine:
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28001169
or
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en

--
Frank Saunders, MS-MVP IE/OE
http://www.fjsmjs.com
Reply to Newsgroup. I won't answer email
Protect Your PC
http://www.microsoft.com/security/protect/
 
Frank,

Thanks for your reply.
I had already tried that, and it didn't help.
Please offer any other possible solutions you might have.


Thanks again,
Mike
 
Frank,

Thanks for your reply.
I had already tried that, and it didn't help.
Please offer any other possible solutions you might have.


Thanks again,
Mike

From http://www.fjsmjs.com/IE/scriptdb.htm

Probably scription errors on the site.

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

--
Frank Saunders, MS-MVP IE/OE
http://www.fjsmjs.com
Reply to Newsgroup. I won't answer email
Protect Your PC
http://www.microsoft.com/security/protect/
 
Back
Top