<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>window对象</title>
<script type="text/javascript">
function myopen(){
alert("欢迎来到慕课网");
window.open('http://www.imooc.com','_blank','width=600 height=400');
}
</script>
</head>
<body>
<form>
<input type="button" value="点击我,打开新窗口" onclick="myopen()"/>
</form>
</body>
</html>
代码没问题啊,也弹出新窗口了啊
我复制这个代码弹不出窗口啊
浏览器问题,我复制你的代码正常能弹出新窗口!
我刚刚一直没有弹出新窗口,可能是浏览器的问题