Is it possible to detect if a document loaded by an iframe exists or not? The difficulty is, that the iframe document is from another domain than the parent page.
Anything that tells me if the iFrame page exists could be used, such as document title or response status code.
At the end of the day I want to see if the page of the iframe was found or not (timeout or 404).
Has someone a clue?