¡@

Home 

javascript Programming Glossary: numprice

When I press enter I get isNaN, but the value is a number

http://stackoverflow.com/questions/7708067/when-i-press-enter-i-get-isnan-but-the-value-is-a-number

title script type text javascript function fixOrder var numPrice parseFloat document.getElementById cost .value var taxP parseFloat.. parseFloat document.getElementById total .value if isNaN numPrice alert Sorry you must enter a numeric value to place order if.. you must enter a numeric tax value to continue var tax numPrice taxP 100 var total numPrice tax document.getElementById total..