Petty_Crim Posted April 12, 2008 Share Posted April 12, 2008 I've made a form which now works perfectly in both FireFox and Internet Explorer except for one catch. When using Internet Xxplorer if I tick/untick a checkbox or radio button nothing happens until I click my mouse button again this is despite the checkbox/radio button using an onchange event. In Firefox as soon I untick or tick it something happens instantly but with Internet explorer once I change it I have to then click once more with the mouse somewhere on the page for something to happen. Does anyone know why this is happening? It only seems to be affecting checkboxs and radio buttons, onchange events for text boxes happen instantly strangely. The page is located here: http://btk.tfcph.com/x/signup.php?id=200 Quote Link to comment Share on other sites More sharing options...
Petty_Crim Posted April 12, 2008 Author Share Posted April 12, 2008 Ok the answer is IE doesn't work properly with onchange events. You have to use onclick which will work good in both Firefox and IE. Quote Link to comment Share on other sites More sharing options...
Psycho Posted April 14, 2008 Share Posted April 14, 2008 This is actually one instance where IE gets it right. onchange is NOT supposed to be supported for a checkbox. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.