Как показано ниже:
Код кода копирования следующим образом:
<!
<html xmlns = "http://www.w3.org/1999/xhtml">
<голова>
<meta http-equiv = "content-type" content = "text /html; charset = utf-8" /> />
<Title> не -title Document </title>
<script type = "text/javascript">
fuinction selchange () {
var sel = document.getElementbyId ('sel');
alert (sel.options [sel.selectex] .text); text);
Alert (sel.options [sel.selectex].
}
</script>
</head>
<тело>
<select id = "sel" onchange = "selchange ()">
<option value = "Zhangsan"> Zhang San </option>
<option value = "lisi"> li si </option>
<option value = "wangwu"> wang wu </option>
</select>
</body>
</html>