วันพฤหัสบดีที่ 26 กรกฎาคม พ.ศ. 2555
script กรอกชื่อ
<html>
<head>
<script language="javascript">
<!--
var a;
a = prompt("กรุณากรอก-ชื่อสกุล")
a = "สวัสดี"+a;
alert(a);
</script>
</head>
</html>
scriptหาพื้นที่
<html>
<head>
<script language="javascript">
<!--
var a;
var b;
a = prompt("ความกว้าง")
b = prompt("ความยาว")
alert("มีพื้นที่รูปสี่เหลี่ยมผืนผ้า"+a*b);
</script>
</head>
</html>
นันทวัฒน์ หงษ์คำ ม.3/8 เลขที่ 7
สมัครสมาชิก:
บทความ (Atom)