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

来源:8-1 window对象

荣耀zyy

2016-07-19 10:08

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

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

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

    荣耀zyy

    非常感谢!

    2016-07-21 09:26:06

    共 1 条回复 >

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

    no problem

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

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

JavaScript进阶篇

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

468061 学习 · 21891 问题

查看课程

相似问题