I need an email form so that people can click a button, and their default email application will come up, with the "Send to" filled out with my email address.
*Please contact Mike with any questions - <flash button that says Email Mike>*
I have seen lots of form scripts for stuff like this, but I have no idea how to actually implement the script, where to put it, etc. Every explanation I've seen assumes a level of understanding that I do not have apparently, because all of my attempts have failed. I follow the instructions (I think) and it never works. My email application never comes up when I click the button. I just get an html page that says - page not found, or something to that effect.
Using a form like this though is only going to work for clients who have a mail client running on their system, it could easily fail for someone who is using webmail. It is better to use a server side language and an smtp server to send the mail if that is available to you.
That is true. However, since they specifically stated that they wanted the visitor's email application to be involved, that seemed to indicate to me that server-side code was not an option. Therefore, I did not include that caveat. I've now edited my post to include what I should have said in the first place.
Bookmarks