|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
ASP form
Hi There,
I have got a form named addcustinfo.asp, in this form i've created a submit button which then posts this form to a addcustinfoprocess.asp page. In the addcustinfoprocess page, the form field values are captured then stored MsSQL database. Is it possible to post/trigger the form direct to my e-mail instead of to the SQL database? How do i do it if it is possible? Thank you in advance.... |
|
#2
|
|||
|
|||
|
Well, one way is to make the form submit via a mailto: but it's not terribly reliable and doesn't give you much control over the email. The best way would be to have addcustinfoprocess.asp create an email on the fly using CDONTS or some other mail component. Have a Google if you're completely lost but the basic idea is the same - you just tell ASP to create an email object rather than a database connection object, and go from there...
|
|
#3
|
|||
|
|||
|
And if you want an example, check the attachment file I've given in my post here:
http://forums.devshed.com/t75350/s.html Hope this helps! Sincerely Vlince |
|
#4
|
|||
|
|||
|
Thanks guyz, i'll try it out and get back asap..Nice day.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > ASP form |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|