I have a loop that runs perfectly. The toFix() method trims to the correct decimal place but does not round. Why would that be?
I'm using ColdFusion as well with it to fill in some variables. Thanks
document.getElementById('flowinput#forminputdata#').value=(parseFloat(velocity#forminputdata#) * parseFloat(distance#forminputdata#) * parseFloat(depth#forminputdata#)).toFixed(4);