Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MailTo, Supressing Microsoft Popups

Status
Not open for further replies.

TomTT

Programmer
Jun 3, 2002
55
US
I'm using a straight forward form and the mailto function to send an e-mail. When I click on submit, I get two pop up messages that I have to click "OK" on.

Hope I'm not asking the obvious, but is there a way to supress these messages and just send the email?

Thanks
Tom T
 
yes: use server-side code to send the email.

using client-side (<form action=&quot;mailto&quot;) means the user has to have a mail client installed, and requires them to click OK and then Send to send it.


=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); }
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top