On 2/9/12 1:15 PM, John J Barton wrote:
This leads developers to look for events that will tell them about 'load' on iframes, and that leads them to try iframe.contentWindow.addEventListener(). It works fine for same-domain iframes, but fails for cross-domain.
Adding a load listener to the iframe element itself should work for this, no?
That doesn't help with the second problem, of course.... -Boris
