<!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?message=confirm("確定打開(kāi)網(wǎng)頁(yè)?");//?新窗口打開(kāi)時(shí)彈出確認(rèn)框,是否打開(kāi)
????message.close()
????if(message==true)
????{
????????window.open('http://idcbgp.cn/','_blank','height:500,width:400,scrollbars=yes')
????}//?通過(guò)輸入對(duì)話框,確定打開(kāi)的網(wǎng)址,默認(rèn)為?http://idcbgp.cn/
????else
????{
????????alert("已取消打開(kāi)")
????};
????}//打開(kāi)的窗口要求,寬400像素,高500像素,無(wú)菜單欄、無(wú)工具欄。
????
??</script>?
?</head>?
?<body>?
??????<input?type="button"?value="新窗口打開(kāi)網(wǎng)站"?onclick="openWindow()"?/>?
?</body>
</html>
2015-09-26
你這個(gè)都打不開(kāi)
2015-09-18
message是個(gè)布爾值,close這個(gè)效果等你開(kāi)發(fā),很期待!
2015-09-17
message.close()是什么啊?