Let say, I have an iframe like that:
<iframe src='test.html'></iframe>
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.