张晓蛟
2016-06-04 20:37
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>window.open</title>
<script type="text/javascript">
function Wopen(){
window.open('http://www.imooc.com','_blank''width=600,height=400,top=100,left=0');
}
</script>
</head>
<body>
<input name="button" type="button" onClick="Wopen()" value="点击我,打开新窗口!" / >
</body>
</html>
window.open('http://www.imooc.com','_blank''width=600,height=400,top=100,left=0');这句代码blank和width中间少了一个逗号~
可以打开的~重新刷新或者提交看看~
也没有像素,宽高
onclick是小写
JavaScript入门篇
739817 学习 · 9566 问题
相似问题
回答 1
回答 4
回答 2
回答 4
回答 1