work

How to detect if an Iframe is loaded in Internet Explorer (IE)

While working on a project for my day(night) job, I ran into an issue. By the way, The project is pretty cool. It's called NETBibleTagger, and it allows you to add verse recognition and real-time quoteing of scripture to your website with just 1 line of html. Go check it out!

I needed to know if an iframe had completed loading it source. The difficulty was compounded by the fact that the iframe was cross-domain, and, of course, due to security restrictions, you can't access it.