Okay, I have this code:
Option 1 Option 2
you can use jquery as follows
jquery
SCRIPT
$('#IDOfyourdropdown').change(function(){ alert($(this).val()); });
FIDDLE is here