Ten.Nhu.Vay.No.Moi.Ngan
New Member
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 -->