[導入]體重系數計算BMI的網頁

          原創: αβγ 修改: me

           

          <form id="form1" name="form1" method="post" action="">
          <p>&nbsp;</p>
          <p>
          <label>請輸入你的體重:
          <input name="weight" type="text" size="10" value=70 />
          </label>
          (kg)</p>
          <p>
          <label>
          請輸入你的身高:
          <input name="height" type="text" size="10" value=1.67 />
          </label>
          (m)</p>
          <p>
          <label>
          您的體重指數 BMI==weight /(height^2):
          <input name="bmi" type="text" size="10" />
          </label>
          </p>
          <p>
          <label>
          <input type="button" name="Submit" value="測試指標" onclick="test()" />
          </label>
          <label>
          <input type="reset" name="Submit2" value="重置" />
          </label>
          </p>
          </form>
          <script language="javascript">
          function test()
          {
          if(!isNaN(document.form1.weight.value)&&!isNaN(document.form1.height.value))
          {
          var bmi =
          document.form1.weight.value/(document.form1.height.value*document.form1.height.value);
          document.form1.bmi.value = bmi;
          if(isNaN(bmi)) {
          alert('請檢查輸入是否正確!');
          return;
          }
          if(bmi>24.9)
          {
          alert('你偏胖了!');
          }else if(bmi<18.5)
          {
          alert('你偏瘦了!');
          }else
          {
          alert('你體重恰當好,不胖不瘦!');
          }
          }else
          {
          alert('請檢查輸入是否正確!');
          }

          }

          </script>



          BeanSoft 2007-05-09 15:34 發表評論

          文章來源:http://www.aygfsteel.com/beansoft/archive/2007/05/09/116202.html

          posted on 2007-08-17 16:29 陳貴波 閱讀(1169) 評論(2)  編輯  收藏

          評論

          # re: [導入]體重系數計算BMI的網頁 2011-05-26 22:37 宋芳

          想測試一下自己的BMI系數  回復  更多評論   

          # re: [導入]體重系數計算BMI的網頁 2011-05-26 22:37 宋芳

          BMI系數  回復  更多評論   


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          <2025年7月>
          293012345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          導航

          統計

          常用鏈接

          留言簿(16)

          隨筆分類(12)

          隨筆檔案(13)

          文章分類

          新聞分類(1)

          新聞檔案(30)

          相冊

          常去論壇

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 曲阳县| 平潭县| 上高县| 大新县| 郓城县| 武乡县| 山阴县| 诸城市| 盐亭县| 山阳县| 新晃| 饶河县| 衢州市| 旌德县| 常德市| 康乐县| 璧山县| 涟水县| 安阳市| 扬中市| 林西县| 五原县| 旬邑县| 柳江县| 衢州市| 嘉黎县| 田东县| 峨边| 泾川县| 瑞安市| 伊宁市| 获嘉县| 大关县| 磐石市| 增城市| 海晏县| 双城市| 邳州市| 会昌县| 安化县| 大荔县|