Try this:
View the attachment below to see what it will look like on a page.Code:<FORM METHOD="POST" ACTION="mailto:your email address here"> Name<BR> <INPUT TYPE="text" NAME="name" SIZE="30"><BR> E-mail address<BR> <INPUT TYPE="text" NAME="subject" SIZE="30"><BR> Your message<BR> <TEXTAREA NAME="text" COLS="30" ROWS="5"></TEXTAREA><BR> <INPUT TYPE="submit"> <INPUT TYPE="reset"> </FORM>
Note: Because of the character encoding we use at TZ you might have to copy/paste that code into a text editor first (e.g notepad) and then copy/paste it from there into your html page.




Reply With Quote
Bookmarks