HTML Email Example

This web page demonstrates various ways to email information using JavaScript and HTML.  You will want to view the HTML source to see how it is accomplished.


Email a Form #1 (Post & Action)

Warning:
Subject is defaulting to: IE = "Form posted from Microsoft Internet Explorer", and Netscape = "Form posted form Mozilla"

To testing@michael-thomas.com
Subject Testing: Post & Action (just Body)   (warning: not working!)
Body
!!! WARNING: Please do not submit this form. Download this web page to your local PC, change the mailto email address to your email address, and then test.


EMail Form #2 (Post & Action)

(Warning: TO: address is not working - is empty!)

To:
Subject
Body
!!! WARNING: Please do not submit this form. Download this web page to your local PC, change the mailto email address to your email address, and then test.


EMail Data (using emailInfo())

(Warning: I can't get CR & LF's to work in IE.)

To:
Subject
Body

Email via your Mail Software using emailInfo()


Other email options