滚动条没有出现在新窗口中

GSt*_*Sto 6 javascript firefox

我正在尝试打开一个新窗口,由于某种原因,滚动条不会出现在Firefox或IE中,但在Chrome和Opera中可以正常工作.

这是按钮上的javascript代码(来自PHP脚本),下面,如果它更具可读性,则输出的HTML:

window.open('".BASE_URL."utils/viewProfile.php?key=".$key."',null,'width=1280,height=1024,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar=1,resizable=1')"

<input class="input-button btn_generic_nav6up" type="button" onclick="window.open('https://domain.com/utils/viewProfile.php?key=8UjKKydCyTx1V7E2A0xklA%3D%3D',null,'width=1280,height=1024,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar=1,resizable=1')" value="view profile" />
Run Code Online (Sandbox Code Playgroud)

Mar*_*ell 10

在我的头脑中,我认为它是scrollbars(复数)而不是scrollbar.

我还以为它scrollbars=yes不是scrollbars=1,但它可能会起作用.