|
Okay if I understand you correctly I need to change
document.getElementById('finalbmi').value = calcBMI;
to
document.getElementById('finalbmi').value = final;
I did this and it still doesn't display a number is there something else wrong with the code?
Thanks.
|