Posted By:
Anonymous
Posted On:
Tuesday, January 28, 2003 08:39 AM
You would need to create an encrypting function in javascript (or in another client-side scripting language) to encrypt the content of the forms before submiting the form. JSPs are executed on the server and only the resulting HTML is sent to the client, so the client can't use java classes directly (an alternative would be to have a java client, like an applet).