Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to SEND E-MAIL???

Status
Not open for further replies.

fux

Programmer
May 9, 2001
3
0
0
PL
I have to send E-mail from a simple FORM with fields

Subject
Message
E_mail

in the message I have to include a string for example:
"Thank You for visiting my page"

How to do it???
 
Check the HTML and CSS forum. There's a very good thread there that will help. Don't have the thread number offhand, but the title is "How do I fill email subject line in form?". Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Try this:
<input type=&quot;submit&quot; name=&quot;Submit&quot; value=&quot;Enter&quot;><a href=&quot;mailto:youraddress@email.com?Subject=Thank You for visiting my page&quot;>Email me</a>[/red]

Your Thank-you tag will display on the subject header of the email...you can also have this code on a image just put the image src (instead of the text &quot;Email me&quot;) in the coding, ok??
Any questions, just ask...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top