问答详情
源自:8-1 window对象

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

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


提问者:荣耀zyy 2016-07-19 10:08

个回答

  • 截灬慕彡
    2016-07-19 10:42:51
    已采纳

    http://img.mukewang.com/578d9391000166a506090683.jpg可以打开的啊

  • ww0117
    2016-07-19 13:55:47

    no problem

  • 慕粉3599560
    2016-07-19 12:09:09

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