asmon Posted August 1, 2009 Share Posted August 1, 2009 i have 2 selections 'select_1' and 'select_2' 'select_2' values are being updated depending on 'select_1' it works fine with firefox but i have a weird problem using IE. it looks fine when i select a value from 'select_1' for the first time, but if i select something else, then i select an option i've already selected, it suddenly won't update 'select_2'. do you have any idea what might cause the problem or i should paste the code? Quote Link to comment Share on other sites More sharing options...
Mardoxx Posted August 2, 2009 Share Posted August 2, 2009 I think it's to do with the way they parse event handlers? assuming you're using javascript: var isitIE = document.all?true:false; function eventhandler(e) { if (isitIE) { event = e; } //pretty script here } something like that anyway... can't remember but that's what my script uses //Edit, I just tried my script on IE6 and it failed HARD.. then again, i just rant he ACID3 test on it... It managed to get 5/100..... then when i moved the mouse around the window it went up to.... 12!!!!!!!!!!! hah 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.