Toby did you ever figure this out?
> I have a client that has requested that they display an order form on
> their
> website.
>
> Basically they want the form to look like the following:
>
> Product Name Price QTY Total
> Product 1 3.00 2 6.00
> Product 2 5.00 1 5.00
> Product 3 6.00 3 18.00
>
> Total 29.00
>
> Developing the form is easy - just wanting to know what the best way
> would be to
> do the calculations in the form prior to the user submitting the form.
>
>
> Thanks in advance
>
>
> I guess what I really need is a small bit of Javascript to do the
> calculation when the quantity is changed - so that the thotal for each
> line item changes and also the total changes.
>
> Thanks in advance.