Hello Everyone:
I am still having a problem with format currency in MS FrontPage 2002 running HTML.
I am trying to convert a label curNew to a currency format when you have made two choices, (I have it calculating a answer but not the right format). I.E. you get curNew by select a item which defaults a price say 39.95 then you select a qty say 3 you get a answer like $119.850000……. (It Should be $119.85) or when you do 10.95 * 4 you get 43.8 (It should be $43.80) I can put the dollar sign in front of the answer but really need the decimal precision.
I am using the follow code trying to convert curNew. Please give me as much detail as you can on how to change this format? Treat me like the dummy I am, At least for today?
<p><select Format([curNew],"$##00.00");size="1" name="cboItem" onchange=lblCost.value=lblCost.value="$"+cboItem.value;curNew=lblQty.value*cboItem.value;lblLtotal.v alue=curNew; tabindex="1">
Thanks
Art W.
![]()




Reply With Quote