View Single Post
Old 10-11-2012, 10:29 PM   PM User | #3
CodyJava
New Coder

 
Join Date: Sep 2012
Posts: 25
Thanks: 21
Thanked 0 Times in 0 Posts
CodyJava is an unknown quantity at this point
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.
CodyJava is offline   Reply With Quote