Follow me
วันอาทิตย์ที่ 29 กรกฎาคม พ.ศ. 2555
แบบฝึกหัดหน้า 39
4.1 ให้นักเรียนเขียนโปรแกรมรับชื่อ นามสกุล เมื่อรับชื่อและนามสกุลแล้วให้แสดงกล่องตอบโต้ทักทายว่าสวัสดี ตามด้วยชื่อที่รับมา
<html>
<head>
<script language="javacript">
<!--
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="javacript">
<!--
var w;
var h;
n = prompt("please fill in the width");
s = prompt("please fill in the height");
alert("area of a rectangle ="+0.5+a*b);
</script>
</head>
</html>
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น