views:

127

answers:

0

I'm finding a lot of problems with trying to determine readyState between IE8, FF3, and Chrome.

so far this is what I find: Chrome, FF do not fire an event for .onReadyStateChanged Chrome, FF support .onLoad

IE8 supports .onReadyStateChanged, but does not support .onLoad

IE8 has also returned loaded, and complete. Mostly it states loaded, but every now and then it spits out complete.

Can anyone point me to a chart or overview of browsers and the way they handle readyStates?