Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファンシーボックス ウィンドウ上の iframe 内にある外部ページからログを記録する必要がある Web サイトがありますが、ユーザーがログイン ボタンを押した直後に、ログに記録された Web サイト コンテンツ内で iframe をリロードするメイン ページが必要ですか?
iframe 内:
<script> window.parent.location = "page_to_load.php"; </script>