請問哪里錯了呢?大家來找茬!
```
<script type="text/javascript">?
??
? function oow(){
? ? if(confirm("open new win?")==true){
? ? ? ? window.open('http://idcbgp.cn','_blank','width=400,height=500,toobar=no');
? ? }
? }
? ? </script>?
?</head>?
?<body>?
? <input type="button" value="新窗口打開網(wǎng)站" onclick="oow()" />?
```
2018-10-25
toolbar=no
2018-10-23
prompt("請輸入新網(wǎng)址?",'http://idcbgp.cn/ ');
2018-10-22
</head>?
?<body>
再檢查檢查