為什么窗口大小限制不了呢
?function openWindow()
??? {
??????? var aaa=confirm("是否打開?");
??????? if(aaa==true)
??????? {
??????????? var bbb=prompt("確定打開嗎","http://idcbgp.cn");
??????????? window.open(bbb,"_blank","width=400,height=500,menubar=no,toolbar=no");
??????? }
??????? else
??????? {
??????????? alert("再見!");
??????? }
??? }
2017-02-09
限制得了 ?另外程序有bug ?第二個(gè)彈窗取消后仍然會(huì)打開窗口
2017-02-09
你看一下引號(hào)