I have a form where i am multiplying a figure with 100 to send it to other form .
the code i m using is :
document.cpiForm.PurchaseAmount.value = document.cpiForm.PurchaseAmount.value * 100;
When i enter a value like 24.98 , The other form receives it as 2498
but when i enter a value like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.