On a html page/form there are textboxes and a button for sending e-
mail to somebody. If user clicks on a button, then javascript should
activate a method inside the applet, the applet method sends email as
needed. The web page is stored on the unknown(geocites.com or
something..) web server, so the servlets cannot be used, the applet
should be able to send the e-mail on the clientside.
I answered it is not possible because of security restrictions
(sandbox), but i'm not sure, can anybody help us out?