We have a few forms in HTML that send the data entered into the form via email. We don't have any server for these to go through so the solution (if there is one) will have to be dealt with, client side.
Is there any way to aviod the message that pops up when sending one of these forms?
Message:
This form is being submitted using e-mail.
Submitting this form will reveal your email address to the recipient, and will send the form data without encrypting it for privacy.
You may continue or cancel this submission.
BTW, this is for intranet usage only so no privacy issues...
Anything done through client side would need to go through server side for emailing. Javascript or anything like that just isn't made for something like that, or would require ActiveX objects that are not guaranteeded to work.
Bookmarks