<!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?a?=?confirm("確定打開新窗口?");//新窗口打開時彈出確認框,是否打開????????if(a==true){?????????????var?youurl?=?prompt("請輸入需要打開的網(wǎng)址!","http://");????????????if(youurl!=null){????????????????//通過輸入對話框,打開輸入的網(wǎng)址????????????????window.open(?youurl?,'_blank','width=400,height=500,menubar=yes,toolbar=yes');????????????}????????????else{????????????????//如果不輸入則默認打開http://idcbgp.cn/????????????????window.open('http://idcbgp.cn','_blank','width=400,height=500,menubar=yes,toolbar=yes');????????????}????????}????????else{????????????document.write("打開失?。?);????????}????};??</script>??</head>??<body>? ??<input?type="button"?value="新窗口打開網(wǎng)站"?onclick="openWindow()"?/>??</body></html>
2018-08-22