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

谁帮忙看看问题出在哪里?

<!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(){

windoe.open('http:www.imooc.com','blank','width=600','height=400','top=100','left=o',)


  } 

</script>

</head>

<body>

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

</body>

</html>


正在回答

5 回答

应该是window.open('http://www.imooc.com',  '_blank', 'width=600px', 'height=400px', 'top=100px', 'left=0px');

你window这个单词拼写错了,还有blank要加下划线,你把left的值0px写成了英文小写o了


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

大神还未崛起3386815 提问者

非常感谢!
2016-05-29 回复 有任何疑惑可以回复我~

网址双斜杠没有了,left=0而不是o

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

<!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>



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

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

你的函数是wopen!=Wopen

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

windoe.open('http:www.imooc.com','blank,width=600,height=400,top=100,left=o,)

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

举报

0/150
提交
取消

谁帮忙看看问题出在哪里?

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