views:

304

answers:

1

Has anyone ever had this happen? It appears to lock the browser up until I force quit, and I have a user whose setup can reliably reproduce this, which worries me. Thoughts?

+1  A: 

If you dynamically embed the applet, openjdk and all linux will break. You have to embed the applet on the rendering of a page; there's no getting around this.

I used an iframe to resolve this issue while still maintaining an AJAX feel.

Stefan Kendall