新開的設置大小不成功
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>window對象</title>
<script type="text/javascript">
? ? function myFunction(){
? ? ? ? window.confirm("歡迎來到慕課網");
? ? ? ? window.open('http://www.xianlaiwan.cn','_blank','width=600 height=400');
? ? }
</script>
</head>
<body>
<form>
<input type="button" value="點擊我,打開新窗口" ?onclick="myFunction()" />
</form>
</body>
</html>
試過多次,調不了大小啊,把網址置為空也是
2019-08-26
'width=600 height=400'中間逗號分隔