Close
jGuru Forums
Posted By: Anonymous Posted On: Thursday, December 13, 2001 02:52 AM
Hi,
I have the following problem. An Applet should save data to the harddisk of a client. Hence it is not allowed to do that it calls a Servlet and passes the Data to it where they are stored. In Step 2 it calls:
.getAppletContext().showDocument(URL of Servlet, "FrameName");
Problem: if an Exception occoures, only the Browser will be notified. Not the Applet as I want to! So I can't react in the Applet.
Can anybody help me?
Best Regards, UlliD
Re: Strategies for Applets to save data on a Client.
Posted By: John_Zukowski Posted On: Sunday, December 30, 2001 12:41 PM