ดังที่แสดงด้านล่าง:
คัดลอกรหัสรหัสดังนี้:
<!
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "content-type" content = "text /html; charset = utf-8" /> />
<title> เอกสารที่ไม่ใช่ title </title>
<script type = "text/javascript">
Fuinction Selchange () {
var sel = document.getElementById ('sel');
การแจ้งเตือน (sel.options [sel.selectex] .Text); ข้อความ);
การแจ้งเตือน (sel.options [sel.selectex]. ค่า);
-
</script>
</head>
<body>
<เลือก id = "sel" onchange = "selchange ()">
<ตัวเลือกค่า = "จาง"> จางซาน </portion>
<ตัวเลือกค่า = "lisi"> li si </pontion>
<ตัวเลือกค่า = "Wangwu"> Wang Wu </potion>
</เลือก>
</body>
</html>