Como mostrado abaixo:
Copie o código do código da seguinte forma:
<!
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "content-type" content = "text /html; charset = utf-8" /> />
<title> Documento não -título </ititle>
<script type = "text/javascript">
Fuinction SelChange () {
var sel = document.getElementById ('Sel');
alerta (Sel.Options [Sel.SelectEx] .Text); texto);
alerta (Sel.options [Sel.SelectEx]. Valor);
}
</script>
</head>
<Body>
<select id = "Sel" onchange = "SelChange ()">
<opção value = "zhangsan"> zhang san </pption>
<opção value = "lisi"> li si </pption>
<opção value = "wangwu"> wang wu </pption>
</leclect>
</body>
</html>