![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does anyone know if it is possible to create a form on a Windows server that will automatically insert the users email address in the "To..." box when hitting reply? Thanks for any info, Joann |
#3
| |||
| |||
|
|
the email address of the email you would use the mailto tag for the action of the form. Here is a snippet of code: form action="mailto:email (AT) domain (DOT) name" method=post input type=submit value=submit /form As you cam see the mailto:email (AT) domain (DOT) name part is stating to just use a mailto tag to send email. The basis is the same as a email link when it is clicked it opens your email client software on your machine as the following line : would : <a href="mailto:email (AT) domain (DOT) name">email (AT) domain (DOT) name</a>. Form mailto action type of emails are not webmail compatible such as AOL and many others and another issue is that when the form submit button is clicked they must first confirm the sending of the message which will reveal their email address and second their email client would in most cases have to be open at the time of submitting. |
![]() |
| Thread Tools | |
| Display Modes | |
| |