I have the following code, which works perfectly in Chrome/FF:
chkbx_send_demo.onchange = function(){ if(sel_template.selectedIndex <= 0 && ch
i faced the same issue on ie8, i used below trick to fix it. http://sleeplesscoding.blogspot.com/2010/01/fixing-ie-onchange-event-for-checkboxes.html