function openWindow(){
var cheak=confirm("確認打開新窗口嗎?")
if(cheak==true){
var http=prompt("輸入網址:","http://www.xianlaiwan.cn")
window.open(http,'_blank','width=400px,height=500px,menubar=no,toolbar=no')
}else{
window.close();
}
}
var cheak=confirm("確認打開新窗口嗎?")
if(cheak==true){
var http=prompt("輸入網址:","http://www.xianlaiwan.cn")
window.open(http,'_blank','width=400px,height=500px,menubar=no,toolbar=no')
}else{
window.close();
}
}
看著刷新出的一個個窗口,我的臉上寫著2個字:<strong>懵逼</strong>
2016-03-06
<script>
document.write("開啟JS之旅!");
</script>
就行
document.write("開啟JS之旅!");
</script>
就行
2016-03-05
prompt(str1,str2);str1為顯示出來的內容不可更改,str2是要輸入的部分。個人看法
2016-03-05