J
|
Jane 10/15/2008 |
Paul, |
S
|
swanside author 10/15/2008 |
Paul, please check following links: http://www.w3schools.com/jsref/jsref_obj_math.asp http://www.mediacollege.com/internet/javas...mber/round.html
|
S
|
swanside author 10/16/2008 |
I,v tried this document.forms.editform.value_AUDIT_VAT.value=document.forms.editform.value_Amou
|
J
|
Jane 10/16/2008 |
Here is just a sample: document.forms.editform.value_AUDIT_VAT.value=Math.round(document.forms.editform .value_Amount.value/(477100))/100; |
S
|
swanside author 10/16/2008 |
Here is just a sample:
|
S
|
swanside author 10/16/2008 |
Thanks Jane, Just been printing out that topic from W3 schools. Paul.
document.forms.editform.value_AUDIT_VAT.value=Math.round(document.forms.editform.value_Amount.value/47*(7*100))/100;
|