cp_js_prompt
JavaScript prompt
by bryiantan
HTML
<div id="a">
</div>
JavaScript
var name=prompt("What is your name?");
var question=prompt ("Here is a question for you ? "+name +" , Can you die for your machine which has all your games");
var answer=prompt("Your answer(Yes/No)");
if (answer=='Yes'){
document.write=("you are a crazy narc like me!!"+name +" ,welcome to the den, the weird side!!!");
document.getElementById("a").innerHTML = "you are a crazy narc like me!!"+name +" ,welcome to the den, the weird side!!!";
}
else if(answer=='No'){
document.write=("Eh! liar you are not qualified to be on this site, Adios"+name);
document.getElementById("a").innerHTML = "Eh! liar you are not qualified to be on this site, Adios"+name;
}