Chrome ブラウザーでフルサイズの子ウィンドウを開く必要があります。次のコードは、Firefox 16.0.2 および IE 9 では正常に動作しますが、Google Chrome 22 では動作しません。私は何が欠けていますか?
window.open(href,"_blank","scrollbars=1,fullscreen=yes,status=no,toolbar=no,menubar=no,location=no");
Chrome ブラウザーでフルサイズの子ウィンドウを開く必要があります。次のコードは、Firefox 16.0.2 および IE 9 では正常に動作しますが、Google Chrome 22 では動作しません。私は何が欠けていますか?
window.open(href,"_blank","scrollbars=1,fullscreen=yes,status=no,toolbar=no,menubar=no,location=no");