หน้าเว็บ

วันอาทิตย์ที่ 29 กรกฎาคม พ.ศ. 2555


4.1 ให้นักเรียนเขียนโปรแกรมรับชื่อ นามสกุล เมื่อรับชื่อและนามสกุลแล้วให้แสดงกล่องโต้ทักทายว่าสวัสดี ตามด้วยชื่อที่รับมา
<html>
          <head>
          <script language="javascript">
          <!--
          var  n;
          var  s;
          n=prompt("input your name");
          s=prompt("input your s_name");
          alert("hello "+n+s);
         </script>
</head>
</html>


4.2 ให้นักเรียนเขียนโปรแกรมหาพื้นที่สี่เหลี่ยมผืนผ้า และแสดงผลการหาค่าทางกล่องตอบโต้

 <head>
          <script language="javascript">
          <!--
          var  w;
          var  h;
          n=prompt("please fill in the width");
          s=prompt("please fill in the heigh");
          alert("area of a rectangle = "+0.5+a*b);
         </script>
</head>
</html>

5 ความคิดเห็น: