<?xml version="1.0" encoding="gb2312" standalone="no" ?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" type="text/css" href="/style/default.css" />
<style type="text/css">
<!--
-->
</style>
<script language="JavaScript" src="/Script/Default.js"></script>
<script language="JavaScript">
<!--
function sel_onchange(val){
switch(parseInt(val)){
case 1: func1();break;
case 2: func2();break;
case 3: func3();break;
case 4: func4();break;
default:alert('不知道');
}
}
function func1(){alert('11111111');}
function func2(){alert('22222222');}
function func3(){alert('22222222');}
function func4(){alert('22222222');}
-->
</script>
<title></title>
</head>
<body>
<select onchange="sel_onchange(this.value);">
<option value="1">11111111</option>
<option value="2">2222222</option>
<option value="3">333333333</option>
<option value="4">4444444</option>
</select>
</body>
</html>