<!DOCTYPE html><html>?<head>?<title>綜合練習(xí)</title>?<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>? ?<script type="text/javascript">? ? ? function openWindow() {? ? ? var pages=confirm("是否打開新窗口?");? ? ? ? if(pages==true) {? ? ? ? ? var url=prompt("通過輸入對話框,打開特定網(wǎng)頁","idcbgp.cn");? ? ? ? ? if(url!=null) {? ? ? ? ? ?window.open(url,"_blank",'width=600;height=300');? ? ? ? ? }? ? ? ? ? else {? ? ? ? ? alert("再見");? ? ? ? ? }? ? ? ? }? ? ? ? else {? ? ? ? ? alert("再見");? ? ? ? }? ? ? }? ?</script>?</head>?<body>? ? <input type="button" onclick="openWindow()" value="新窗口打開"/>?</body>?</html>
大神請進(jìn) 為什么我點(diǎn)擊按鈕不彈提示?
csusun
2016-03-12 15:52:33