Adding Checkboxes To Report Rows Using HTML DB
Wednesday, March 31st, 2004 by Mark Rittman
A colleague and I were working today on an HTML DB application that displayed
a table of customer records. What we needed to do next was to put a checkbox
beside each customer record, so that we could select one or more of them for
subsequent processing.
Having looked through the HTML DB Forum, I came across
this posting that
referred […]