Results 1 to 2 of 2

Thread: Sending email

  1. #1
    stanley Guest

    Sending email


    Is there a way to divert the entry to some other code?
    So that when someone makes an entry it sends out an email?
    Basically I need to be able to run some extra code after they submit the data and the code needs to know what data they entered to do specific things. Is there a way to perhaps capture that data before or after it is added to the DB?

    TIA
    Stanley

  2. #2
    Guest

    Sending email (reply)


    Hi Stanly,

    Well, you have a couple choices.

    1) ASP-db 2000 has a built-in email feature that can probably do exactly what you need.

    2) Write some JavaScript code and use the built in "validation" hooks to invoke the code to send out your email.

    3) At the top of your ASP file, read the values in the request("form&#34 values yourself and process them as desired.

    Thanks,
    John

    ------------
    stanley at 8/2/00 7:46:12 AM


    Is there a way to divert the entry to some other code?
    So that when someone makes an entry it sends out an email?
    Basically I need to be able to run some extra code after they submit the data and the code needs to know what data they entered to do specific things. Is there a way to perhaps capture that data before or after it is added to the DB?

    TIA
    Stanley

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •