PDA

View Full Version : forms


thickandthin
09-21-2002, 01:16 AM
Hi everyone I was wondering how do you get the message where it warns people off of mail forms

boxer_1
09-21-2002, 01:55 AM
If you're referring to the dialog box that appears when the action of a particular form is 'mailto:', for security reasons, this cannot be avoided.

For that reason and many others, you'd be better of using something server-side to handle your forms. Of course the choice would depend on what your host supports. CGI is one option; here's a link to 'FormMail" you may want to have a look at (just one option of many). Good luck ;).

http://www.scriptarchive.com/formmail.html

PS: Perhaps I am misunderstanding your question. If this is the case let me know ;).