I am a WEB DEVELOPER BY PROFESSION. The main problem I am facing is when I am making a form in html and sending the form fields to an .asp file(ACTION="SOMEFILE.ASP"). After processing the form fields in .asp file how can I send the form values via email. Please help me in this regard.
Announcement
Collapse
No announcement yet.
How To Send Form Fields After Processing The Fields In An .asp File
Collapse
X
-
Miranda is right... although you could easily use any of the other mail methods... basically do your processing, and then send off an email, all in the same script.
http://www.4guysfromrolla.com/ has some great ASP email tutorials/syntax that should work for you.Former ASP Forum Moderator - I'm back!
If you can teach yourself how to learn, you can learn anything. ;)
Comment
Comment