Reputation: 9293
I use JS to change src
of hidden iframe
in my page. Then I get element of this iframe
and use it in my page. How can I froce my page to wait for this iframe reload?
Upvotes: 1
Views: 217
Reputation: 324650
Set an onload
on the iframe element, and put your code in there.
Upvotes: 1