Is there an option on the IFrame element to load it before the dom page loaded event?
Is there an option on the IFrame element to load it before the dom page loaded event? I want the iframe to finish loading (the source is a local page) and when that is done then have the page DOMContentReady event dispatched. NOT BEFORE.