无语了啊
2018-06-12 11:02
<!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>
谷歌也有用 你刷新一下缓存试试 我这边IE 谷歌都可以
仅对ie有用
有时候网站有缓存,会自动保存你之前的设置,刷新一下就ok
我这边测试了ok啊。
我复制了你的代码,在我这边是可以显示你设定的宽高
JavaScript入门篇
739817 学习 · 9566 问题
相似问题