English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i'm setting up a small home page and in the below html code i do recieve an error on mouse click; warning that my email address will be revealed and send along with the submission.
how do i stop this pop up warning? anyway to modify this code?
i dont want my visitors to encounter this pop up.


Answer # 41



Name:



Location:





2007-03-13 05:41:55 · 3 answers · asked by P T 1 in Computers & Internet Programming & Design

3 answers

Don't use "mailto:" Use server software to process your form.

2007-03-13 06:48:34 · answer #1 · answered by LorettoBoy 4 · 0 0

The warning is generated by your web browser; what a visitor sees is determined by his browser and its security settings, and is beyond your control. The only way to avoid this is to use a server side script (using php, Perl, asp, etc.) to process the form. Your ISP may provide something for you to use, or you can find free scripts online. Google "formmail" to see some examples.

2007-03-13 13:42:37 · answer #2 · answered by injanier 7 · 0 0

You would need to not use the Mailto option for sending this email. That involves using their email client thus the errror is given.
Try... http://www.aspemail.com/

2007-03-13 12:45:59 · answer #3 · answered by blndchik 5 · 0 0

fedest.com, questions and answers