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

window对象:打不开新网页,求解释

<!DOCTYPE HTML>

<html>

<head>

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

<title>window对象</title>

<script type="text/javascript">

function push(){

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

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

}

</script>

</head>

<body>

<form>

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

</form>

</body>

</html>


提问者:假象1 2016-04-12 14:15

个回答

  • Rosevil1874
    2016-04-17 23:42:43
    已采纳

    你在复制到DW环境里再执行看看,我的直接在这个课程上也打不开

  • 慕移动9181930
    2022-03-26 00:16:57

    我知道了写#是因为前面写的是id不知道问题怎么删除firefox

  • 慕沐4708432
    2016-04-12 14:23:50

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

  • 我要学web前端
    2016-04-12 14:23:13

    我打开了,你用的什么浏览器