Hello
I have a problem with a form on my site, it's a textarea when you hit
submit it sends the content to my email adress. No problem with Netscape
old and IE, a warning msg appears that this msg will be sent via email
and it sends the msg. But Mozilla opens just the email compose window
with no content in it. Is this a bug or do I use bad HTML?
thank you very much
thomas
This is the code I use:
<form action="mailto:[EMAIL PROTECTED]" method=POST enctype=text/plain>
<div class=sendmsg>Send a msg:</div> <br>
<textarea name=nachricht cols=29 rows=3></textarea><br>
<input type=submit>
</form>