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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending an email with confirm. to sender too....

Status
Not open for further replies.

t074980

Programmer
Joined
Sep 13, 2001
Messages
2
Location
CH
Hi folks,
I have a problem which I hope to solve with this posting.
I want to send all the inputs from all my textfields with an email. In addition I want that the sender get an confirmation (html page with formated form input) and the email to the recipient via formated plain text.
I don't want to use either ColdFusion or PERL Scripts whenever possible. My idea would be, to do it with javascript. Is that possible. I know that the action of the form can be an emailaddress but it wouldn't be formated, would it?
Thanx for helping me soon.

Cheers from a newbie in Switzerland

thunderstorm
---------- THUNDERSTORM ----------
network security is relative!!
 
try 'enctype="text/html"' within the form tag.
this should make your output readable.
to send confirmation, u could call a method with the onSubmit-tag, like onSubmit="javascript:sendConfirmation();", within
the form-tag. all you need to do is writing the
sendConfirmation-method.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top