<script type="text/javascript">
function Wopen(){
var Wopen=confirm("你确定要打开?")
if (Wopen==true);
{
window.open('http://www.imooc.com','_blank','width=600,height=400,menubar=yes,toolbar=yes, status=yes,scrollbars=yes');
}
else
{
alert("打开失败!");
}
}
}
</script>
</head>
<body>
<input name="button" type="button" onClick="Wopen()" value="点击我,打开新窗口!" / >
我也试过了,可以打开
你可以打开?为什么我不能打开呢!这是什么问题
复制你的代码运行,打得开窗口~~~