econnections
IS-IT--Management
I noticed an error in one of my reports. I simplified the problem to the lines shown below. I have only tried this with IE6.0
document.getElementById('text1').value = 0.4 * 33;
ANSWER
13.200000000000001
document.getElementById('text1').value = 0.4 * 33;
ANSWER
13.200000000000001