visitors

วันอังคารที่ 31 กรกฎาคม พ.ศ. 2555

4.2
<html>
      <head>
      <script language="javascript">
      <!--
      var w;
      var h;
      w=prompt("Please fill in the width");
      h=prompt("Please fill in the Height");
      alert("Hello "+n+s);
      </script>
      </head>
</html>
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>