views:

84

answers:

0

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 .