if(url!=null)
{window.open(url,"_blank",'width=400px,height=500px,menubar=no,toolbar=no');}
else
{window.open(url,"_blank",'width=400px,height=500px,menubar=no,toolbar=no');}
}
else
{window.open(url,"_blank",'width=400px,height=500px,menubar=no,toolbar=no');}
}
{window.open(url,"_blank",'width=400px,height=500px,menubar=no,toolbar=no');}
else
{window.open(url,"_blank",'width=400px,height=500px,menubar=no,toolbar=no');}
}
else
{window.open(url,"_blank",'width=400px,height=500px,menubar=no,toolbar=no');}
}
function rec(){
var score;
score = prompt("what the fuck!!!");
if(score>=90)
{
document.write("你很棒!");
}
else if(score>=75)
{
document.write("不錯吆!");
}
else if(score>=60)
{
document.write("要加油!");
}
else
{
document.write("要努力了!");
}
}
var score;
score = prompt("what the fuck!!!");
if(score>=90)
{
document.write("你很棒!");
}
else if(score>=75)
{
document.write("不錯吆!");
}
else if(score>=60)
{
document.write("要加油!");
}
else
{
document.write("要努力了!");
}
}
2016-06-22
function rec(){
var score;
score =prompt("告訴我你的月工資");
if(score>=30000)
{
document.write("娶我可好?");
}
else if(score>=20000)
{
document.write("我娶你可好?");
}
else if(score>=10000)
{
document.write("做我男朋友吧!");
}
else
{
document.write("娶我,誰叫你長得帥呢!");
}
}
var score;
score =prompt("告訴我你的月工資");
if(score>=30000)
{
document.write("娶我可好?");
}
else if(score>=20000)
{
document.write("我娶你可好?");
}
else if(score>=10000)
{
document.write("做我男朋友吧!");
}
else
{
document.write("娶我,誰叫你長得帥呢!");
}
}
2016-06-22
function rec(){
var mymessage=confirm("你每月會固定時間痛一次嗎?")
if(mymessage==true)
{
document.write("你是女士!");
}
else
{
document.write("你是男士!");
}
}
var mymessage=confirm("你每月會固定時間痛一次嗎?")
if(mymessage==true)
{
document.write("你是女士!");
}
else
{
document.write("你是男士!");
}
}
2016-06-22