Internet Explorer Script Error

  • Thread starter Thread starter Ilmarinen
  • Start date Start date
I

Ilmarinen

Hello,

I keep getting a Script Error when visiting certain sites, specifically,
certain games on zone.msn.com. Any ideas on fixing it? Thanks in advance :)
 
Yeah, I've also been getting scripting errors while
browsing MSN recently. Seems they need to debug their
scripts. Not sure what we can do on the client side.
 
Common script errors messages can be eliminated by
Clicking:
Menu: Tools - Internet Options - Advanced tab.
Check "Disable script debugging"
Uncheck "Display a notification about every script error"

If no joy then please post the complete error message.

Henri Leboeuf
http://www.generation.net/~hleboeuf/index.htm
(e-mail address removed)
 
Ok, here it is :)

This is what the IE Script Error window says:

Line: 146
Char: 4
Error: Object doesn't supoprt this property or method
Code: 0
URL: On an MSN site :)



This is what I get, as shown in the Java console.......

load: class Main.class not found.java.lang.ClassNotFoundException:
Main.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)Caused by: java.io.IOException: open
HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 11 more
 
Back
Top