Hide iframe from main window
Posted
by Manjoor
on Stack Overflow
See other posts from Stack Overflow
or by Manjoor
Published on 2010-05-13T14:26:40Z
Indexed on
2010/05/13
14:34 UTC
Read the original article
Hit count: 201
JavaScript
|html
I have 2 <iframe>
on my main HTML form.
These <iframe>
are loaded from different external domains. Sometime external server goes offline and user see The page can't be dispayed
message on my page.
Is there a way to hide these <iframe>
when target server is not available?
© Stack Overflow or respective owner