function openWindow()
{
var v1=confirm("是否打開?");
if(v1==true)
{var v2=prompt("請確定以下網址是否有誤","http://www.xianlaiwan.cn");
window.open('http://www.xianlaiwan.cn','_blank','width=400,height=500,menubar=no,toolbar=no');
}
else
{null;}
}
{
var v1=confirm("是否打開?");
if(v1==true)
{var v2=prompt("請確定以下網址是否有誤","http://www.xianlaiwan.cn");
window.open('http://www.xianlaiwan.cn','_blank','width=400,height=500,menubar=no,toolbar=no');
}
else
{null;}
}
function rec(){
var mymessage= confirm("你的喜歡男人嗎?") ;
if(mymessage==true)
{
document.write("你是女士!");
}
else
{
document.write("你是男士!");
}
}
var mymessage= confirm("你的喜歡男人嗎?") ;
if(mymessage==true)
{
document.write("你是女士!");
}
else
{
document.write("你是男士!");
}
}
2015-10-16
發現大家挺喜歡在下邊評論的,這樣真好,就像老師上課一樣,一個同學的問題同樣也是好多同學的問題。。棒棒噠。慕課php 304769553
2015-10-15
function openWindow(){ var Xx=confirm("是否打開新的網頁"); if(Xx=true){ var Zz= prompt("Are you 確定?","http://www.xianlaiwan.cn/"); if(Zz){ window.open('http://www.xianlaiwan.cn/','_black','width=400,height=500,toolbar=no,menubar=no,top=50,left=0')}{ null;}} { null; } }