function openWindow() {
var mym=confirm("是否打開") ;
if(mym==true){var myak=prompt("請輸入要打開的網址","http://www.xianlaiwan.cn/") ;
if(myak!=null){ window.open(myak,'_blank','width=400,height=500,menubar=no,toolbar=no'); }
else{document.write("請重新輸入"); } }
else{document.write("不打開"); } }
var mym=confirm("是否打開") ;
if(mym==true){var myak=prompt("請輸入要打開的網址","http://www.xianlaiwan.cn/") ;
if(myak!=null){ window.open(myak,'_blank','width=400,height=500,menubar=no,toolbar=no'); }
else{document.write("請重新輸入"); } }
else{document.write("不打開"); } }