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

大神能告诉这里那里错了吗?为什么打不开窗口?

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>window.open</title>
<script type="text/javascript">
  function Wopen(){
  window.open('http://www.imooc.com','_blank''width=600,height=400,top=100,left=0');

  }
</script>
</head>
<body>
    <input name="button" type="button" onClick="Wopen()" value="点击我,打开新窗口!" / >
</body>
</html>

正在回答

4 回答

window.open('http://www.imooc.com','_blank''width=600,height=400,top=100,left=0');这句代码blank和width中间少了一个逗号~

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

张晓蛟 提问者

成功了,谢谢。
2016-06-05 回复 有任何疑惑可以回复我~

可以打开的~重新刷新或者提交看看~

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

也没有像素,宽高

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

object类型

这里的宽高不需要单位
2016-06-04 回复 有任何疑惑可以回复我~
#2

Youruncle 回复 object类型

是我不懂装懂了。对不住
2016-06-04 回复 有任何疑惑可以回复我~

onclick是小写

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

举报

0/150
提交
取消

大神能告诉这里那里错了吗?为什么打不开窗口?

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