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

没有弹出新窗口

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>window对象</title>

<script type="text/javascript">

function op(){

    var a = confirm("欢迎━(*`∀´*)ノ来到慕课网,点击【确定】一起嗨!");

    if(a == true){

        window.open('https://www.imooc.com','_blank','width=600px,height=400px');

    }

    else{

        return;

    }

}


</script>

</head>

<body>

<form>

<input type="button" value="点击我,打开新窗口" onclick="op()"/>

</form>

</body>

</html>


正在回答

2 回答

把你代码复制下来的,我都可以打开,你应该是浏览器问题。


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

换个浏览器试试?

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

举报

0/150
提交
取消

没有弹出新窗口

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