How do I make my submit button e-mail me using HTML?

well, you could use the HTML mailto: function, but that will use a client side mail application in order to send the message i.e. Outlook Express.

If you want to do this the right way, you could use a server side language like PHP which has a mail() function to send the message directly via the SMTP server.
 


Write your reply...
Back
Top