>>just wanting to know what the best way would be to
do the calculations in the form prior to the user submitting the form.
Personally, I would set an onchange event on each qty input field, and
an ID for
every TD containig the total and subtotal.
In the onchange handler, recalculate the subtotals and totals and update
the innerTEXT
of the TDs.