H I O X INDIA
FREE Javascript
Google
Web hscripts.com
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Directories 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)   Bookmarks :-)  
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

Java Script Source
List All
Date & Time
Calendar
Stop Watch script
Slide Show
Image Effect
Mouse Effects
Color Picker Tool
Dynamic Color
Random Generator
Select All
Form Validation
Textbox Counter
Dynamic Form select
Bookmark
Window / User Info
Security / Authenticate
Status Bar
Title Bar
Cursor Position
Country List
Calculators
Delete Repeated Values
Alphanumeric
Free Games





BMI Calculator Script


About
This free javasrcipt calculator is used to calculate body mass index of a person's fat based on height and weight. This BMI calculator is for free.

Features
a) Javascript body mass index shows the fat of a person with given height and weight values.
b) This is a free javascript calculator.
c) Just copy the code into your page and use it.

Download
Version 1.0 - hbmi.zip
Release Date - 01-12-2007.

Get free version without ©copyright link for just 5


Preview


BMI Calculator

Weight:

Height: or cms

    

SI Units:
US Units:
UK Units:

Usage
a) Unzip the download.
b) You will get the file hbmi/bmi.js
c) Now copy the following entry in to the file where you want to run body mass index.

<!-- Script by hscripts.com -->
<!-- BMI : Body mass index Script Provided By HIOXINDIA -hioxindia.com -->
<form name=bmi>
Weight: <input type=text name=wg size=5 >
<select name=opt1 onChange="unit()" >
<option name=pounds value="pounds">pounds</option>
<option name=kilograms value="kilograms" selected>kilograms</option>
</select>
Height: <select name=opt2 onChange="conv(1)">
<option name=feet value="1">1'</option>
<option name=feet value="2">2'</option>
<option name=feet value="3">3'</option>
<option name=feet value="4">4'</option>
<option name=feet value="5">5'</option>
<option name=feet value="6">6'</option>
<option name=feet value="7">7'</option>
</select>
<select name=opt3 onChange="conv(2)">
<option name=inches value="0">0"</option>
<option name=inches value="1">1"</option>
<option name=inches value="2">2"</option>
<option name=inches value="3">3"</option>
<option name=inches value="4">4"</option>
<option name=inches value="5">5"</option>
<option name=inches value="6">6"</option>
<option name=inches value="7">7"</option>
<option name=inches value="8">8"</option>
<option name=inches value="9">9"</option>
<option name=inches value="10">10"</option>
<option name=inches value="11">11"</option>
</select>

or cms<input type=text name=ht size=5 onkeyup="conv(3)" class='innerc resform'>

<input type=button name=cc value="Calculate" onClick="calc()">
<table cellspacing=0 cellpadding=3 border=0>
<tr align=center class="abouttabletext"><td>SI Units: <input type=text readonly class=resform name=si>
<tr align=center class="abouttabletext"><td>US Units: <input type=text readonly class=resform name=us>
<tr align=center class="abouttabletext"><td>UK Units: <input type=text readonly class=resform name=uk>
</table>
<table width=100%>
<tr><td colspan=2 align=center>
<input type="text" name=desc size=30 class=content readonly style="border:0px;">
</td>
</tr>
</table>
</form>
<script language=javascript SRC="hbmi/bmi.js">
</script>
<!-- Script by hscripts.com -->



License
- This javascript (misspelled as java script)/HTML code is given under GPL License
- i.e. Free use for those who use it as it is.
- Free, if your modification does not remove our copyright information and links.
- Detailed License information can be found here
- You can purchase the script if your requirements does not meet GPL License terms.


privacy policy     license     sitemap
© 2004-2005 HIOX INDIA - hioxindia.com

Others