Posted by Michael Fesser on 11/11/06 23:24
..oO(M)
>I have searched various news groups and i know i can use the mailto in
>the way below by hardcoding what it should say.
You cannot use a 'mailto' in a form's action, because it's completely
undefined and will fail in many cases.
>Is it possible without
>using (asp or cgi) any scripting to pass the contents of user input in
>text boxes into the subject and body field to send as an email????????
Form processing always requires a server-side script.
Micha
[Back to original message]
|