<script> function Hola() { alert ("Aca hace lo que quiere hacer"); } </script> <form> <select name='datos' onchange="Hola();"> </select </form>