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

为什么我的不弹出窗口,神烦

<!DOCTYPE HTML>

<html>

<head>

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

<title>window对象</title>

<script type="text/javascript">

function Wopen(){

    alert('欢迎来到陌客网')

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

}


</script>

</head>

<body>

<form>

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

</form>

</body>

</html>


正在回答

6 回答

可能慕课的在线编译器有点问题,我的是用自己的编译器就没问题  在那里就有时候可以有时候不可以

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

qq_不冷_0 提问者

非常感谢!
2018-07-18 回复 有任何疑惑可以回复我~

daima没问题

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

是https 不是 http

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

同样的代码我在JavaScript基础篇openwindow那里试过,是可以运行的,可能是这个编译器的问题,我的在这里也运行不了

0 回复 有任何疑惑可以回复我~
alert('欢迎来到陌客网');    
window.open('http://www.imooc.com','_blank','width=600,height=400');

两句结束后都没有分号

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

挚秦

应该不是,js对于分号并没有严格要求
2018-06-26 回复 有任何疑惑可以回复我~

copy到本地是可以的,所以代码没有问题。

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

举报

0/150
提交
取消

为什么我的不弹出窗口,神烦

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