4.1 ให้นักเรียนเขียนโปรแกรมรับชื่อ นามสกุล เมื่อรับชื่อและนามสกุลแล้วให้แสดงกล่องตอบโต้ทักทายสวัสดี ตามด้วยชื่อที่รับมา
<html>
<head>
<script language="javascript">
<!--
var a;
var b;
a=prompt("Input your name");
b=prompt("Input your lastname");
alert("สวัสดี" +a+b);
</script>
</head>
</html>
4.2 ให้นักเรียนเขียนโปรแกรมหาพื้นที่สี่เหลี่ยมผืนผ้า และแสดงผลการหาค่าทางกล่องตอบโต้
<html>
<head>
<script language="javascript">
<!--
var a;
var b;
a=prompt("Input your widht");
b=prompt("Input your height");
alert("พท.สี่เหลี่ยมผืนผ้า = " +a*b);
</script>
</head>
</html>
ไม่มีความคิดเห็น:
แสดงความคิดเห็น