try this
<script language="JavaScript">
function AddToBasket()
{
OrderBooks.TotalQty.value = 0;
OrderBooks.TotalQty.value = String(OrderBooks.SW.value) +
String(OrderBooks.SP.value);
}
</script>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
- OT: javascript add problem Bernd VanSkiver
- RE: javascript add problem Philip Arnold - ASP
- Re: OT: javascript add problem Savan Thongvanh
- Re: OT: javascript add problem Savan Thongvanh

