How can I add the contents of an HTML for to a database AND send a notification e-mail to a web manager at the same time? I know how to do both individually but not concurrently.
Pull in your variables from your form (request.form)
open your connection string and insert variables into record
close your connection
Use CDONTS (or whatever method your prefer) to send an e-mail to the Web Manager.
- end submit.asp
I know this is sequential within the .asp file but it is probably the best you are going to get. I don't believe you can achieve true concurrency with any method.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.