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

งาน 4.1 - 4.2

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

<html>
     <head>
     <script language="javascript">
     <!--
      var w;
      var h;
      w=prompt("Please fill in the ");
      h=prompt("Please fill in the");
      alert("Atea of a rectangie = "+w*h );
     </script>
     </head>
</html>

ไม่มีความคิดเห็น:

แสดงความคิดเห็น