I have this code at a RadioButton event onClick:
onClick="var colRadio = document.getElementsByName('Botones_Radio1'); if( colRadio[3].checked)alert('mensaje')"
It detect when the user click the third option and show a message. It work fine at IE Explorer, but not work in Chrome. I have used the onChange event too, but it dont work at Chrome.
Some help?