Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Emailing a recordset result (VBScript ASP)

Options
  • 23-06-2006 11:12am
    #1
    Registered Users Posts: 224 ✭✭


    Hi,

    I was wondering is it possible to email a recordset as it appears on an ASP page dynamically so when the enduser clicks a submit button they are sent the results in an email
    (if you get my drift)

    Any ideas guys


Comments

  • Closed Accounts Posts: 522 ✭✭✭comer_97


    depends how you are sending it, but you could loop through the recordset building the html string for the results and then set the MIME type of your email to html and that should do the trick


Advertisement