java appletcontext problem - browser not closing
Hi,
I am generating a .csv(excel) file that is to be saved, and opening it in a new browser window using :- mainApplet.getAppletContext().showDocument(new URL(urlString), "_blank");
But, once i click on "save" the new browser which opened with it remains as it is. I want i to be closed automatically after i click on save. Any ideas?
Thanks,
-V

