为了账号安全,请及时绑定邮箱和手机立即绑定

求大神 帮我看下 为啥不能关闭?

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>无标题文档</title>

<script>

function abc(){

var num=window.open('http://www.baidu.com','_blank','width=200,height=200,top=100,left=100');

varnum1=confirm("是否要关闭新打开的窗口")

{

if(num1==true){

num.close();

alert('已关闭');

}

}

}

</script>

</head>


<body>

<input type="button" value="打开新窗口" onClick="abc()" />

</body>

</html>


正在回答

1 回答

会了 少打了一个空格~

0 回复 有任何疑惑可以回复我~
#1

qq_苍蓝猛兽_03601749

请问一下if为true的时候为什么会执行window.open('http://www.baidu.com','_blank','width=200,height=200,top=100,left=100');这段代码?
2016-08-18 回复 有任何疑惑可以回复我~
#2

慕瓜3177915 提问者 回复 qq_苍蓝猛兽_03601749

因为有confirm 提问对话框呀
2016-08-19 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

求大神 帮我看下 为啥不能关闭?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信