كما هو موضح أدناه:
نسخ رمز رمز على النحو التالي:
<!
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "content-type" content = "text /html ؛ charset = utf-8" /> />
<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>
<SELECT ID = "SEL" OnChange = "SelChange ()">
<value Option = "Zhangsan"> Zhang San </Option>
<Option Value = "Lisi"> li si </portive>
<value Option = "Wangwu"> Wang Wu </portic>
</select>
</body>
</html>