Right now i am designing a page where i have 4 checkboxes and a submit button. if no checkboxes are selected, the submit button is disabled if atleast one checkbox is checked the submit button is enabled also, if the user checks the checkboxes, then unchecks them, a message is displayed. (basically telling them atlease one muct be checked) So this works perfectly in firefox, but i found out in Internet explorer, it has problems. This is the problem. I can check the checkbox, and it runs my function, but it does not update the submit button right away. But if i click somewhere else on the page, The changes will show. firefox does it in realtime, and internet explorer waits until the user clicks somwehere else. is there any way to get internet explorer to show the changes right away? (without a full page refresh)