I make an async request in a web where the response is parsed into a select field where the option gets selected when dom node are ready, it's all ok in all navigators but with internet explorer 6 things gets weirder.
I logged all events in ie with scripts of my own getting a variable null assigned, but when i do a alert with it it gets defined! and everything work ok, i tried a sleep function to give a little bit more time to the process time of the page but it didn't worked to, anyone could help me find a workaround to this strange bug?