When you load a iFrame from a external website, but it's unreachable.
Is it possible to remove the normal iFrame error that says that it cannot load the page and replace it with a custom text?
When you load a iFrame from a external website, but it's unreachable.
Is it possible to remove the normal iFrame error that says that it cannot load the page and replace it with a custom text?
I think you could use a XMLHTTPrequest to load the content of the iframe
(or use JQuery to make it easier). There you can check for errors sent by the server.