window.showModalDialog を使用してポップアップ ウィンドウを開くと、
する
document.location.href=xxx
また
window.location=xxx
また
window.location.assign(xxx)
そのウィンドウ内で、新しいウィンドウが開かれます。
モーダルウィンドウ内でリダイレクトするにはどうすればよいですか? IE だけで動作する場合でも、それで十分です。
window.showModalDialog を使用してポップアップ ウィンドウを開くと、
する
document.location.href=xxx
また
window.location=xxx
また
window.location.assign(xxx)
そのウィンドウ内で、新しいウィンドウが開かれます。
モーダルウィンドウ内でリダイレクトするにはどうすればよいですか? IE だけで動作する場合でも、それで十分です。