listscript fcgi id=157













BMI[skrypty]
Sprawdź czy nie jesteś za chudy(a).
Uwaga! Proszę nie brać na serio komentarzy - Kalkulator jest formą zabawy. . .



Twoja waga (kg)
Twój wzrost (cm)
Twoje BMI
Komentarz

















function ClearForm(form){

form.weight.value = "";
form.height.value = "";
form.bmi.value = "";
form.my_comment.value = "";

}

function bmi(weight, height) {

bmindx=weight/eval(height*height);
return bmindx;
}

function checkform(form) {

if (form.weight.value==null||form.weight.value.length==0 || form.height.value==null||form.height.value.length==0){
alert("\nProszę najpierw uzupełnić formularz");
return false;
}

else if (parseFloat(form.height.value) =500||
parseFloat(form.weight.value) =500){
alert("\nNapewno wpisałeś(aś) poprawne dane? \nProszę wprowadź wartości jeszcze raz. \nWagę w kilogramach i wzrost w centymetrach");
ClearForm(form);
return false;
}
return true;

}

function computeform(form) {

if (checkform(form)) {

yourbmi=Math.round(bmi(form.weight.value, form.height.value/100));
form.bmi.value=yourbmi;

if (yourbmi >40) {
form.my_comment.value="Jesteś super otyły, skontaktuj się z psychiatrą!";
}

else if (yourbmi >30 && yourbmi 27 && yourbmi 22 && yourbmi =21 && yourbmi =18 && yourbmi =16 && yourbmi

Wyszukiwarka

Podobne podstrony:
listscript fcgi id=33
listscript fcgi id=96
listscript fcgi id=2
listscript fcgi id=61
listscript fcgi id=45
listscript fcgi id=6
listscript fcgi id=124
listscript fcgi id=90
listscript fcgi id=87
listscript fcgi id=57
listscript fcgi id=54
listscript fcgi id=22
listscript fcgi id=151
listscript fcgi id=5
listscript fcgi id=39
listscript fcgi id=47
listscript fcgi id=89
listscript fcgi id=108

więcej podobnych podstron