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ポップアップを作ることができますが!次に、iframe が iframe ではなくメイン Web サイトをリダイレクトするようにしたいのですが、どうすればそれを行うことができますか? :)
ありがとう!
iframeで
<form method=".." action=".." id="loginForm" target="_parent" > ... </form>
またはself.parent.location.hrefプロパティを使用してjavascriptによって
self.parent.location.href
それはiframeでなければなりませんか?ログインボタンを押したときに表示される非表示の div を使用してみませんか? そうすれば、フォームはすでに「メインページ」にあります。