親にアクセスしようとしている iframe 内から実行されている JavaScript スクリプトがありますが、次のエラーが発生します。
Unsafe JavaScript attempt to access frame with URL mysite.com from frame with URL myothersite.com?. Domains, protocols and ports must match.
iframe html は別のドメインにありますが、それが問題になるとは思いませんでした。これは、JS エラーを生成しているコードです。
var parent_site = parent.document;
これを回避する方法はありますか?