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