Using ASP for Form Handling: Part 4 - Filling the Gaps
November 13, 2000
|
In this final installment of ASP Form Handling, Chris Assenza
discusses such topics as handling radio buttons and check boxes,
emailing attachments with CDONTS, and some ways of using the data
stored in the registration database we created last month.
|
Introduction
This month's article marks the end of our discussion of ASP Form Handling.
Hopefully you have fully understood everything we have done thus far (and
if you are new to this series, welcome aboard, check out the
first article). In this article,
we are going to cover a number of miscellaneous topics related to all the
techniques discussed in previous articles. Some of these topics come
straight from questions I received via email (thanks readers) and include:
handling radio buttons and check boxes, emailing attachments with CDONTS,
sending
HTML
in an email message, and some ways of using the data stored in
the registration database we created last month. Let's start on the next
page by revisiting Form Handling techniques.
Contents:
Forms: Saving State Revisited
Advanced CDONTS Techniques
Using the Registration Database
Sending Mass Emails to Subscribers
Conclusion
Using ASP for Form Handling: Part 4 - Filling the Gaps
Forms: Saving State Revisited
|