openWindon(){ var mychar=confirm('是否打開網址?'); if(mychar){ var txt=prompt('確定打開網址嗎?','http://www.xianlaiwan.cn'); if(txt){ window.open(txt,'_blank','width=500px,height=600px,menuBar=no,toolBar=no'); } } } </script> </head>
1 回答
舉報
0/150
提交
取消
2014-07-08
高手 受教了