測(cè)了可以正常運(yùn)行了
<!DOCTYPE html>
<html>
?<head>
? <title> new document </title>??
? <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>? ?
? <script type="text/javascript">??
? ? function openWindow(){
? ? ? ? var open=confirm("打開(kāi)網(wǎng)頁(yè)嗎?");
? ? ? ? if (open==true){
? ? ? ? ? ? var openit=prompt("需要打開(kāi)什么網(wǎng)址?","http://idcbgp.cn")
? ? ? ? ? ? ? ? if (openit!=null){
? ? ? ? ? ? ? ? ? ? window.open('http://idcbgp.cn','width=400,height=500,toolbar=no,menubar=no');?
? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? else{}
? ? ? ? }
? ? }
? </script>?
?</head>?
?<body>?
? <input type="button" value="新窗口打開(kāi)網(wǎng)站" onclick="openWindow()" />
?</body>
</html>
2019-10-07
很厲害