Javascript calling Java in Mozilla Problem
Hi All,
I currently have a javascript function calling a public method in a signed applet.
document.app_frag.addGameAndCategory(gameName,categoryName,poolId);
The call works flawlessy and quickly in IE 6.0 but in FireFox 1.0.7 I see the following trace in the Java Console:
liveconnect: JavaScript: calling Java system code
liveconnect: JavaScript: default security policy = http://mywebsite
..... ABOUT 100 MORE OF THESE .....
liveconnect: JavaScript: calling Java system code
liveconnect: JavaScript: default security policy = http://mywebsite
liveconnect: JavaScript: UniversalBrowserRead enabled
The code then works exactly as intended at this point. I can't for the life of me figure out why I see about 45 seconds of just the endless 'calling Java system code' lines before it finally works.
I'm using the jre1.5.0_04
Thanks

