I took over a website that was super-duper FrontPage server extension dependant.
In converting most of the forms to normal, non-wizarded .ASP, I ran into a small problem.
With this one form, a user submits info, presses submit and 2 things happen: 1. The info is inserted into a CSV file (ala FrontPage extensions) 2. An e-mail is dispatched to the person who works with the data.
Now I got the form/information insertion to database stuff with no problem, but I need to do something so that one of our staff will be notified when information is entered.
So - I would really like to make a small .ASP thing that takes information from one of my form fields and sends an e-mail to a staff member with the field info in the subject line.
- OR -
I would like to be able to popup a little message on the workers' PC's when a record is inserted.
I friccin' hate FrontPage Extensions, but the FPx auto-mailer on form submit is useful, I just need to replicate it WITHOUT using FPx's.
I've heard of CDONTS, but I have alot to learn about using it. In fact, I don't really know too much about .ASP, but I'm coming along well..
I am not looking for an exact answer, but maybe just point me in the right direction as to what methods / techniques to use or your opinions on how to do this. If you say that you'd use CDONTS, then I'll look into that, but you don't need to be real specific at this point.. I'm just digging for ideas.
Again - I have an .ASP form going to an SQL database and I want to have one of my co-workers receive an e-mail or some kind of notification when the form is submitted or the record is inserted.
Please help me get away from this FrontPage extension crap!!!!
Thanks in advance, as always!
*D*
In converting most of the forms to normal, non-wizarded .ASP, I ran into a small problem.
With this one form, a user submits info, presses submit and 2 things happen: 1. The info is inserted into a CSV file (ala FrontPage extensions) 2. An e-mail is dispatched to the person who works with the data.
Now I got the form/information insertion to database stuff with no problem, but I need to do something so that one of our staff will be notified when information is entered.
So - I would really like to make a small .ASP thing that takes information from one of my form fields and sends an e-mail to a staff member with the field info in the subject line.
- OR -
I would like to be able to popup a little message on the workers' PC's when a record is inserted.
I friccin' hate FrontPage Extensions, but the FPx auto-mailer on form submit is useful, I just need to replicate it WITHOUT using FPx's.
I've heard of CDONTS, but I have alot to learn about using it. In fact, I don't really know too much about .ASP, but I'm coming along well..
I am not looking for an exact answer, but maybe just point me in the right direction as to what methods / techniques to use or your opinions on how to do this. If you say that you'd use CDONTS, then I'll look into that, but you don't need to be real specific at this point.. I'm just digging for ideas.
Again - I have an .ASP form going to an SQL database and I want to have one of my co-workers receive an e-mail or some kind of notification when the form is submitted or the record is inserted.
Please help me get away from this FrontPage extension crap!!!!
Thanks in advance, as always!
*D*