QUOTE
Isnt there a way to make that alert disapear?
Beacuse if you dont have many prospects, you cam make it manualy.
Not if a person is using Internet Explorer or Netscape. Most all other browsers will do the same thing. It's a security issue and that is why the alert pops when a form is being submitted via email. The reason it is a security issue is because when a form is being submitted via email, the form on the web page physically accesses the person's default email program, Outlook Express, or any other program like that, opens the program and sends the email then closes the program. For Outlook users, the program will not even be seen opening. At one time this was a huge security issue because a person could harvest email addresses from any web site by simply placing a little code in their web page so that when the page loaded, it would automatically send an email to the site owner. The person visiting the site would never see or know anything had happened, and the site owner now has your email address to spam you with and sell in bulk to others in the form of spam lists. This is the main reason for the alert, to let you know that a form is being submitted and ask for your permission.
Since I brought sending forms via email, I should point out that this type of form submission is useless if a person does not have or use an actual email program. If a person only accesses their email via the web and a browser because they do not have an actual email program, then the forms will not be sent at all.