sunlover
07-10-2003, 01:56 PM
I am working on a feedback form and cannot get it to email to the given address. The following is the code I used to mailto:
<form name="feedback" action="mailto:myemail@blank.com"
enctype="text/plain" method="POST">
When I hit submit it opens my email compose page.
Everything else works fine. Also, any suggestions on a "GOOD" beginners javascript book. The one I am using stinks. Thanks for the help.
Cathy
<form name="feedback" action="mailto:myemail@blank.com"
enctype="text/plain" method="POST">
When I hit submit it opens my email compose page.
Everything else works fine. Also, any suggestions on a "GOOD" beginners javascript book. The one I am using stinks. Thanks for the help.
Cathy