|
Recently i upgraded from XP to vista, IE5 to IE7, and MS Office 2000 to 2007 and my html form action mailto stopped working. I have since learned that IE6 and above do not support the html form action mailto.
The only options I have found are somewhat coding intensive for non-coders like myself and involve: 1- Common Gateway Interface CGI scripts, 2- VB scripts, or 3- PHP scripts.
This html used to work for me but does not now but try it in your environment:
<FORM METHOD="POST" ACTION="mailto:your email address">
good luck
|