Kae discovered that AJAX functions in IE depend on ActiveX being enabled. This is terrible – something that’s useful (AJAX) depends on something awful(ActiveX)!
Anyway, Kae found a way around this limitation. It’s not complete but it’s a stab in the right direction.
You might also like
If you like this post then please subscribe to my full RSS feed. You can also click here to subscribe by email. There are also my fabulous photos and funny videos to explore too!

You make it sound like new technology which its certainly not
Lots of people used this method before there was an AJAX – that is: before other browsers implemented XMLHttpRequest. It seems XMLHttpRequest was one of Microsofts actual good ideas – innovation eh, whuddathunkit?
I know using iframes isn’t new – I used a similar technique a couple of years ago for a stock market application at my last job. It’d update trade recommendations “on-the-fly” using an invisible frame. Dead handy, dead simple!
i would like to get a source code example about this
10Q
Stephen – Kae posted code AFAIR so check out his site at the link above!