Question
Making a Submit button do 2 things
I have a simple asp page that inserts a new record into an
Access db. I used Dreamweaver's insert record wizard to create it
and it works fine.
When the user clicks the "submit" button that actually inserts the record into the database, I'd like to have it also automatically send an email to someone notifying them that a new record has been added. I'd be content with it just having a sentence in the subject line, with nothing in the message area.
Can it be done? If so, how?
When the user clicks the "submit" button that actually inserts the record into the database, I'd like to have it also automatically send an email to someone notifying them that a new record has been added. I'd be content with it just having a sentence in the subject line, with nothing in the message area.
Can it be done? If so, how?