• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Demo : XEM NGAY

Code:
Code by fhot
<HEAD>

<SCRIPT LANGUAGE="JavaScript">


<!-- Begin
var answers = new Array(
"thầy đang bận", 
"hỏi gì mà khó vậy ta?", 
"mày đinh thử thầy a?", 
"số con chẳng giàu thì nghèo", 
"thầy không hiểu",
"đúng đấy", 
"con hỏi khó thế",
"hỏi lại đi cưng", 
"thầy biết rùi nha", 
"từ từ rùi khoai sẽ nhừ", 
"thầy chịu"
);
function fortune() {
num = Math.round( (answers.length - 1) * Math.random());
return answers[num];
}
// End -->
</script>
</HEAD>


<BODY>

<center>
<form>
câu hỏi của bạn: <input type=text name=question size=40>
<input type=button name=ask value="hỏi" onClick="if (this.form.question.value!='') this.form.answer.value = fortune();"><br>
thầy phán: <input type=text name=answer size=40>
</form>

<!-- code by Fhot.wap.shi -->
 

Facebook Comments

New posts New threads New resources

Back
Top