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

来源:8-1 window对象

假象1

2016-04-12 14:15

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


写回答 关注

4回答

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

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

    假象1

    非常感谢!

    2016-04-20 10:37:11

    共 1 条回复 >

  • 慕移动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

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

    假象1

    奥,打开了,早上一直打不开

    2016-04-12 21:49:04

    共 2 条回复 >

JavaScript进阶篇

本课程从如何插入JS代码开始,带您进入网页动态交互世界

468061 学习 · 21891 问题

查看课程

相似问题