請(qǐng)問這個(gè)怎么修改
? <script type="text/javascript"> ?
??? window.onload=Wopen(){
??? var besure = confirm('是否打開?');
??????? alert('besure');
??? // 新窗口打開時(shí)彈出確認(rèn)框,是否打開
??? var url=prompt("http://idcbgp.cn/");
??? // 通過輸入對(duì)話框,確定打開的網(wǎng)址,默認(rèn)為 http://idcbgp.cn/
??? if (besure=ture){
?? ??? ?window.open('+url+');
??? }
??? //打開的窗口要求,寬400像素,高500像素,無菜單欄、無工具欄。
?? ?
??? }
? </script>
2015-03-17