Is there an event to detect URL change inside an iframe?
Posted
by seatoskyhk
on Stack Overflow
See other posts from Stack Overflow
or by seatoskyhk
Published on 2010-06-16T19:55:46Z
Indexed on
2010/06/16
20:02 UTC
Read the original article
Hit count: 157
Let say, I have an iframe like that:
and in test.html, there is a button that will change its url to ...let say google.com
so, is there any way that the iframe knows there is a change in the src?
e.g. onchange or onload.. or whatever.
© Stack Overflow or respective owner