のようなsrcを持つiframeがhttp://remote-domain.com/
あり、srcが変更されるたびに、次のような関数をトリガーする必要がありますiframeSrcChanged()
<iframe id="iframe" src="http://remote-domain.com/" frameborder="0" width="100%" height="100%" ></iframe>
ユーザーがiframe内でabout-usをクリックすると、iframe srcが次のように変更されます
<iframe id="iframe" src="http://remote-domain.com/about-us.html" frameborder="0" width="100%" height="100%" ></iframe>
今回はiframeSrcChanged()
関数をトリガーする必要があります。
この問題を引き起こすのを手伝ってください。