<html>
<head>
<script language="javascript">
<!--
var a;
var b;
a=prompt ("Input your name");
a=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 widst");
a=prompt ("Input your neight");
alert("พท.สี่เหลี่ยมผืนผ้า"+a*b);
</script>
</head>
</html>