这种问题只要用javascript语言写就足够了啊!<select ... onChange=abc()...>
</select><script>
   ...
   function abc()
        {
            ...
         }
</script>