Hi
I am calling
applets(JApplet) public methods from javaScript (IE6 browser).I am able to do this successfully. But i am getting the problem when i shows a dialog box in my applets public method which i am calling from javascript.here the problem is, after displaying the dialog box, browser hangs up(i.e. if i see in windows NT TaskManager my browser status is "Not Responding").I am getting this problem only in the case of Modal dialog box.
Here my actual task is while closing the browser window by clicking on 'X' button on top right corner, in the event 'onbeforeunload' of the browser, i am calling the javascripts method where i am calling the public method of applet, in which i am displaying JFileChooser asking the user to save the modifications(made into a textarea in the applet) into a file.After displaying the JFileChooser dialog, browser hangs up.
Ramana