Body Mass Calculator |
|
Join the DiscussionMore of this FeatureTo insert the body mass index calculator into your page the first thing you need to do is to put the following HTML into the body of your page where you want the calculator to appear. You also need to add a small piece of HTML into the head of your page that will link the Javascript (which we will get next) into the page so that the calculator will function.
<script type="text/javascript"
src="bmicalc.js"></script>
All that remains now is to get the BMI calculator Javascript that will do the actual calculations.
Sample Page | HTML |
Javascript
|


