m2←→坪数


動作ブラウザ 【 IE:3.0  NN:2.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows - - -
Macintosh - - -
UNIX - - - - - - - -
Dreamcast - - - - - - - - - - -

ポイント n = m / 3.3058; n = t * 3.3058;
説  明 平方メートルから坪数に変換するには3.3058で除算、坪数から平方メートルに変換するには3.3058を乗算します。(1坪=3.3058平方メートル)
サンプル <html> <head> <title>平方メートル←→坪数</title> <script Language="JavaScript"><!-- function toTsubo() { m = document.myFORM.m.value; n = m / 3.3058; document.myFORM.tubo.value = n; } function toM() { t = document.myFORM.tubo.value; n = t * 3.3058; document.myFORM.m.value = n; } // --></script> </head> <body> <form name="myFORM"> 平方メートル:<input type="text" name="m"><br>   坪  数:<input type="text" name="tubo"><br>      <input type="button" value="坪数に変換" onClick="toTsubo()"><br>      <input type="button" value="平方メートルに変換" onClick="toM()"><br> </form> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA