> i am just trying to get my head around a problem before i move on.
> on the form here i can grab my 'PrintPlotNum'
> which is the Num_Origionals*Num_EachSet
>
> then i select a price. Print_Type_ID & * it by 'PrintPlotNum'
> to get my 'PrintPrice'
>
> no if i change either Num_Origionals OR Num_EachSet
> the 'PrintPrice' doesn't update unless i make a change in the select box.
>
> how can i make it update the 'PrintPrice' regardless?


Paul,
        Assuming that Num_Origionals and Num_EachSet are text inputs, have you
tried setting an onChange event:

<input name="Num_EachSet" onClick="updatePrintPrice()">

That will have it call a function you create to update the PrintPrice.



Ben Johnson
Hostworks, Inc.

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to