dantuch
dantuch

Reputation: 9293

how can i force my page to wait for iframe to be rerendered

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

Answers (1)

Niet the Dark Absol
Niet the Dark Absol

Reputation: 324650

Set an onload on the iframe element, and put your code in there.

Upvotes: 1

Related Questions