請問~點擊提示框沒反應,哪里出問題了哦~
? <script type="text/javascript"> ?
? function openWindow(){
? ?var message=confirm("是否進入慕課網?");?
? ?if(message==true){var webadress=prompt("請輸入網址:","http://www.xianlaiwan.cn/");
? ? ? ?if(webadress!=null){window.open(webadress,'_blank','width=400,height=500,menubar=no,toolbar=no')}
? else
? ?{alert("結束");}
? ?else
? ?{alert("結束");}?
? </script>
2016-03-18
<script type="text/javascript"> ?
? function openWindow()
{?var message=confirm("是否進入慕課網?");?
?? if(message=true)
?? ?{??? var webadress=prompt("請輸入網址:","http://www.xianlaiwan.cn/")
???????? window.open(webadress,'_blank','width=400,height=500,menubar=no,toolbar=no')????????
???? }
? ?else
? ?{alert("結束");}?
}
? </script>
?
不要用兩個if,如果那樣的話,window.open(webadress,'_blank','width=400,height=500,menubar=no,toolbar=no')這句就無法進行了