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

我的 网页 出不来 啊,大神们,请问哪里错了??

<title>window对象</title>

<script type="text/javascript">

function open1( )

{

    alert("欢迎来到慕课网");

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

 }

</script>


<form>

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

</form>


正在回答

4 回答

‘width=600,height=400' 这两个参数应该放到一起吧

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

没问题啊是,剩下的应该是你的浏览器中,你没有允许插件的运行吧。你把被阻止的弹窗插件打开就OK。

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

qq微笑着去奋斗 提问者

恩恩,谢了
2015-08-18 回复 有任何疑惑可以回复我~

!DOCTYPE HTML>

<html>

<head>

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

<title>window对象</title>

<script type="text/javascript">

function open1()

{

     alert("欢迎来到慕课网");

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

   

    }

</script>

</head>

<body>

<form>

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

</form>

</body>

</html>


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

你的所有页面就这些吗?body和html呢?只要是body里的东西,都是可以显示的页面上的。

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

qq微笑着去奋斗 提问者

我只截取了一部分。等下,我给你截
2015-08-18 回复 有任何疑惑可以回复我~
#2

qq微笑着去奋斗 提问者

我的 全 代码 在 下楼,你看下呗,谢啦
2015-08-18 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我的 网页 出不来 啊,大神们,请问哪里错了??

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