Asked by duncanb7
at 2024-11-28 16:13:53
Point:500 Replies:7 POST_ID:828540USER_ID:11059
Topic:
Hypertext Markup Language (HTML);;JavaScript
I get one iframe in my body tag of my website html page. And I am trying to
change iframe.src's url for every 10 seconds to test iframe by javascript . I found that
during iframe.src's new content is loading, I could NOT do other thing outside of iframe area
For example, I could not click the href at <a> tag in the body tag or could Not click the refresh
button on IE .
So I think it might NOT be possible until or unless iframe content has been finished or loaded.
Please advise Is it possible I could do a link href click or do other operation on my webpage during iframe 's loading ?
Duncan
change iframe.src's url for every 10 seconds to test iframe by javascript . I found that
during iframe.src's new content is loading, I could NOT do other thing outside of iframe area
For example, I could not click the href at <a> tag in the body tag or could Not click the refresh
button on IE .
So I think it might NOT be possible until or unless iframe content has been finished or loaded.
Please advise Is it possible I could do a link href click or do other operation on my webpage during iframe 's loading ?
Duncan