A third party script on my webpage creates an iframe. I need to know when this iframe is ready, so I can manipulate its DOM.
I can think of a hacked approach: I try repeatedly to change the iFrame DOM and return success when we make wands between two attempts. For this, I would prefer a property that I can check on iframes several times.
Is there an alternative internetwork browser approach to understanding iframe is ready? For instance. we can override the onLoad function to be called in our code (but I donβt know if I can do this because I did not create an iframe).
source
share