為啥這點(diǎn)擊沒(méi)反應(yīng)啊~
? ? ?function openWindow(){
? ? var open=confirm(“是否重新打開(kāi)網(wǎng)址”);
? ? ?if(open==true)
? ? ?{
? ? ? ? ?var wangzhi=prompt("通過(guò)輸入對(duì)話框,確定打開(kāi)的網(wǎng)址“默認(rèn)為 http://idcbgp.cn/")?
? ? ? ? ?
? ? ?};
? ? ?if(wangzhi==null)
? ? ?{
? ? ? ? ?window.open('http://idcbgp.cn/','_blank','width=400px','height=500px','menubar=no','toolbar=no')
? ? ? ? ?
? ? ?};
? ? ?else
? ? ?{
? ? ? ? ?alert("再見(jiàn)")
? ? ? ? ?
? ? ?};
? ? ?else
? ? ?{
? ? ? ? ?alert("再見(jiàn)")
? ? ? ? ?
? ? ?};// 新窗口打開(kāi)時(shí)彈出確認(rèn)框,是否打開(kāi)
? ? }openWindow()
2018-06-01
<!DOCTYPE html>
<html>
?<head>
? <title> new document </title> ?
? <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> ??
? <script type="text/javascript"> ?
? ?function openWindow(){
? ? var open=confirm("是否重新打開(kāi)網(wǎng)址");
? ? ?if(open==true)
? ? ?{
? ? ? ? ?var wangzhi=prompt("通過(guò)輸入對(duì)話框,確定打開(kāi)的網(wǎng)址","http://idcbgp.cn/") ;
? ? ? ? ?if(wangzhi!=null)
? ? ? ? ? ? {window.open('http://idcbgp.cn/','_blank,width=400px,height=500px,menubar=no,toolbar=no') }
? ? ? ? ?else?
? ? ? ? ? ?{
? ? ? ? ? ? alert("再見(jiàn)");
? ? ? ? ? ?}
? ? }
? ? ?else
? ? ?{alert("再見(jiàn)") }// 新窗口打開(kāi)時(shí)彈出確認(rèn)框,是否打開(kāi)
? ? }
</script> ?
?</head>?
?<body>?
?<input type="button" value="新窗口打開(kāi)網(wǎng)站" onclick="openWindow()" />?
?</body>
</html>
2018-05-31
2018-05-31
wangzhi? ?這個(gè)改成url