Controlling IFrame load time
Posted
by Venki
on Stack Overflow
See other posts from Stack Overflow
or by Venki
Published on 2010-05-25T14:58:30Z
Indexed on
2010/05/25
15:01 UTC
Read the original article
Hit count: 241
iframe
Is there a way for me to control the load time of IFrames within my page. Consider the case where I have an HTML page, within which there are 2 IFrames being rendered.
Is it possible to control the time it takes for the IFrames to load? In the sense, if the IFrame does not load within 10 secs, then I want to abort the loading of the iFrame.
© Stack Overflow or respective owner