Calling Applets methods using Java Script hangs browser when JRE is disabled

Posted by Kamal on Stack Overflow See other posts from Stack Overflow or by Kamal
Published on 2010-06-01T12:08:27Z Indexed on 2010/06/01 12:13 UTC
Read the original article Hit count: 181

Filed under:

Hi All ,

The applet methods work fine when JRE is enabled

document.appletName.methodName() ; // Using Java Script .

But when JRE is disabled using the Java Control Panel . on call of " document.appletName.methodName() " method , the browser starts to hang .

How can we make the browser not to hang !!

I am using Object Tag .

Any clues for solving this would be greatly appreciated .

© Stack Overflow or respective owner

Related posts about applet