history 1
If you want to use onClick for option element in Chrome, IE, etc., you must use short fix: set onChange attribute of select element to "this.options[this.selectedIndex].onclick()"
onClick
onChange
"this.options[this.selectedIndex].onclick()"