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

我的代码为什么打不开网页窗口?

<!DOCTYPE HTML>

<html>

<head>

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

<title>window对象</title>

<script type="text/javascript">

document.write("欢迎来到慕课网")

function openwin(){

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

    }

</script>

</head>

<body>

<form>

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

</form>

</body>

</html>


正在回答

3 回答

http://img1.sycdn.imooc.com//578d9391000166a506090683.jpg可以打开的啊

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

荣耀zyy 提问者

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

no problem

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

亲,我测试的你的代码没问题。你再试试,是否是因为浏览器不兼容的问题或者是有些符号该用英文半角的你用成中文的?

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

举报

0/150
提交
取消

我的代码为什么打不开网页窗口?

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