function openWindow() {
var mym=confirm("是否打開") ;
if(mym==true){var myak=prompt("請(qǐng)輸入要打開的網(wǎng)址","http://idcbgp.cn/") ;
if(myak!=null){ window.open(myak,'_blank','width=400,height=500,menubar=no,toolbar=no'); }
else{document.write("請(qǐng)重新輸入"); } }
else{document.write("不打開"); } }
var mym=confirm("是否打開") ;
if(mym==true){var myak=prompt("請(qǐng)輸入要打開的網(wǎng)址","http://idcbgp.cn/") ;
if(myak!=null){ window.open(myak,'_blank','width=400,height=500,menubar=no,toolbar=no'); }
else{document.write("請(qǐng)重新輸入"); } }
else{document.write("不打開"); } }
2023-07-26
document.getElementById("p1").style.color="blue";
2023-06-26