Seperti yang ditunjukkan di bawah ini:
Salin kode kode sebagai berikut:
<!
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "konten tipe" content = "text /html; charset = utf-8" /> />
<title> dokumen non -judul </iteme>
<type skrip = "Teks/JavaScript">
fuintction selchange () {
var sel = document.geteLementById ('sel');
alert (sel.options [sel.selectex] .text); teks);
alert (sel.Options [sel.Selectex]. Nilai);
}
</script>
</head>
<body>
<Pilih id = "sel" onchange = "selchange ()">
<Opsi Value = "Zhangsan"> Zhang San </pection>
<Option value = "lisi"> li si </pection>
<Opsi value = "wangwu"> wang wu </pection>
</pilih>
</body>
</html>