Re: How can i send forms as emails without invoking the default browser email client?
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, February 11, 2006 03:46 PM
Submit your "form" in an html form, to a servlet, and have the servlet send the email (from the server, not from the client).