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.
ログイン リンクを含むページが 1 つあるという問題があります。選択すると、ログイン ページを含む Jquery モーダル ポップアップ (カラー ボックス) が開きます。
ログイン ページにログイン コントロールが配置され、ログインに成功すると、ホームページにリダイレクトされます。しかし、現在、アプリケーションに正常にログインすると、モーダルポップアップ自体で新しいページが開きます。
モーダルポップアップの親と同じウィンドウでページを開く解決策はありますか?
トップ ウィンドウを次のように指定する必要があります。
$(location, window.top.document).attr('href', url);
url は、リダイレクトするために獲得したアドレスです。