[FM] Chatbox loại 2 - có thỉnh thầy

  Bài viết hay nhất1
Có nút thỉnh thầy. có thể tự sửa thỉnh thầy
demo:
[FM] Chatbox loại 2 - có thỉnh thầy Chatbo11

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><title>Chat box - chém gió Teen9B</title><meta http-equiv="content-script-type" content="text/javascript" /><meta http-equiv="content-style-type" content="text/css" /><style type="text/css">
body,th,td,p {
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:11px
}
a:link,a:active,a:visited,a:hover {
   color:#5D401E;
   text-decoration:none;
}
.thead,td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom,td.rowpic {
   background:#bfec92;
   color:#1a540f;
   padding:3px;
   font:bold 11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}
td.cat,td.catHead,td.catBottom {
   border-width:0;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight:bold;
   border:#ffffff;
   border-style:solid;
}
.genmed {
   font-size:11px;
}
th.thBottom,td.catBottom {
   border-width:0 1px 1px 1px;
}
a.gen,a.genmed,a.gensmall {
   color:#006699;
   text-decoration:none;
}
.cattitle,td .t-title {
   font-weight:bold;
   font-size:12px;
   letter-spacing:1px;
   color:#006699
}
a.cattitle {
   text-decoration:none;
   color:#844A21;
   font-size:12px;
}
a.cattitle:hover {
   text-decoration:underline;
}
input[type=submit] {
   padding:0 5px;
   font-size:11px;
   cursor:pointer;
   background-color:#fff;
   border:1px solid #a6a6a6;
   color:#000;
   font-weight: bold
}
/* Chatbox */
#frame_chatbox {
   border:none !important;
}
body.chatbox {
   min-width:550px !important;
   background-image:none;
   padding:0;
   margin:0;
   background-color:#fff;
}
#chatbox_members {
   float:left;
   top:28px;
   bottom:30px;
   width:110px;
   overflow:auto;
   border-right:1px solid #E5E5E5;
}
#chatbox {
   position:absolute;
   top:25px;
   left:0;
   right:0;
   bottom:30px;
   overflow:auto;
   line-height:10px;
}
.chatbox_row_1,.chatbox_row_2,.chatbox_row_3 {
   font-size:12px;
}
.chatbox-options {
   text-align:right;
}
#chatbox_messenger_form .text-field,#chatbox_messenger_form,#chatbox_messenger_form .gen {
   float:left;
}
#chatbox_footer {
   position:absolute;
   bottom:0;
   left:0;
   right:0;
   height:30px;
}
#chatbox_footer table.text-styles {
   float:right;
}
#chatbox_footer .text-field {
   float:left;
}
#chatbox_header {
   background-color:#e5e5e5;
}
#chatbox p {
   line-height:1.2em;
}
.chatbox_row_1 {
   padding:4px;
   background-color:#fff;
}
.chatbox_row_2 {
   padding:4px;
   background-color:#FFDFDF;
}
.chatbox_row_3 {
   padding:4px;
   background-color:#CFE9FF;
}
.memberlist_row_1 {
   padding:2px 2px 2px 10px;
   background-color:#fff;
}
#chatbox_members .member-title {
   text-align:center;
   padding:0.5em 0.25em;
   background-image:none;
   font-size:12px;
   background-color:#9FE6FF;
   color:#222F03;
   font-family:Verdana,Arial,Helvetica,sans-serif;
}
#chatbox_members ul {
   list-style:none;
   margin:0 0 0 10px;
}
#chatbox_members ul li {
   margin:2px 2px 2px 0;
}
#message,#submit_button {
   border-width:1px;
}
.fontbutton {
   padding:1px;
   cursor:pointer;
   text-align:left;
}
.fontbutton_normal {
   background:transparent;
}
.fontbutton_selected {
   background:#0AAF11;
   border:1px solid #22229C;
}
.fontbutton_clicked {
   background:#1BACDF;
   border:1px solid #22229C;
}
.fontbutton_hover {
   background:#8F0000;
   border:1px solid #22229C;
}
#chatbox .user {
   font-weight:bold;
}
div#chatbox {
   color:#000;background:#fff;
}
#chatbox_contextmenu {
   background-color:#d1d7dc;
   border:1px solid #aaa;
}
#chatbox_contextmenu p {
   margin:0;
   padding:1px 4px;
   font-family:verdana,arial,sans-serif;
   background:#;
   border-bottom:1px solid #777;
}
#chatbox_contextmenu p.hover {
   background:#;
}
#chatbox_contextmenu p.close {
   background:#ddd;
   padding:1px;
   font-size:70%;
   color:#fff;
}
#chatbox_contextmenu p.close img {
   vertical-align:middle;
   padding-left:20px;
}
#chatbox_contextmenu a {
   color:#;
   text-decoration:none;
   font-size:70%;
}
#chatbox_contextmenu a:hover {
   color:#;
}
.fontbutton {
   border: 0;
}
* html #chatbox-members {
   /* IE expressions helping IE work in Standards mode */
   height:expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3)+(parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2)+(parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) )+"px");
}
* html #chatbox {
   /* IE expressions helping IE work in Standards mode */
   height:expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3)+(parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2)+(parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) )+"px");
   width:expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 10)+(parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 1)+(parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 1.3) )+"px");
}
* html #chatbox-footer {
   /* IE expressions helping IE work in Standards mode */
   width:expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0)+(parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0)+(parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) )+"px")
}
.date-and-time {font-size:8px}
.msg img {vertical-align:middle}
.msg>strong {   font-size: 11px}
</style>
<script src="http://illiweb.com/rs3/16/frm/lang/notutf8-vi.js" type="text/javascript"></script>
 
 
<script type='text/javascript'>
function getfunction()
{var r = Math.random();
 
kkk=prompt("Hôm nay con muốn hỏi cái chi?","");
 
if (kkk != null )
{
str=kkk;
 
outt=1500;
traloi = new Array(
"Bây giờ thì có, nhưng sau này thì chưa chắc.",
"Bây giờ thì chưa, nhưng cũng sắp sửa",
"Bây giờ thì chưa, nhưng sau này thì có",
"Cái này cũng còn tùy ",
"Cái này khó à nha. Nhưng 80% là có ",
"Cẩn thận. Không được đâu ",
"Có gái không giới thiệu cho thầy một em rồi tính típ",
"Có. Nhưng sau này phải cẩn thận. Thầy nhìn thấy có sự thay đổi.",
"Con đã đủ 18+ chưa mà đòi hỏi câu, đừng có liều",
"Con đang phê à, hay tính chơi nhau đấy?",
"Cũng được đấy nhưng phải cẩn thận",
"Cũng được. Nhưng đợi đến tết Công-gô thì mong ước sẽ thành.",
"Cũng ngang chuẩn quốc tế đấy",
"Kute baby vậy mà sao hỏi khó qua dzậy?",
"Chiến hết con ạ!",
"Chơi thôi sao phải xoắn",
"Chuẩn không cần chỉnh!",
"Dân châu Phi cũng phải mê con ạ",
"Để mai nhá con, thầy đang phê",
"Đưa thầy ít tiền đi rồi thầy nói cho nghe",
"Hỏi gì mà ngu thế con?",
"Hỏi khó quá coi chừng ra đường chó cắn à nha",
"Hỏi thế thì bố thầy cũng hem dám trả lời",
"Khó đó à nha",
"Không",
"Mi đi chết đi. Dám đánh đố thầy à?",
"Mọi việc chỉ có 50% như mong muốn thôi",
"Nghe muốn ói quá",
"Nghĩ sao mà hỏi vậy? Định thử thầy à",
"Nhiều khách, thầy đang bận quá. Lát thầy trả lời",
"Ôi giời! Tất nhiên là có",
"Sao giống thầy dzậy",
"Thầy con mê nữa huống chi ai",
"Thầy đang đông khách quá, để lúc khác",
"Thầy thần thông quảng đại lắm cái gì cũng biết hết",
"Theo thầy tính là không",
"Theo thầy thì chắc chắn là không.",
"Thích thì chiều thôi",
"Trả tiền đây đi rồi hỏi tiếp",
"Uhm uhm, điều đó chắc chắn sẽ xảy ra",
"Việc này tưởng dễ nhưng mà khó đấy",
"Yên tâm đi, chắc chắn là có",
"Tùy, thiên thời địa lợi đủ cả, chỉ chờ lòng người ủng hộ là được con ạ",
"Thầy bấm đốt thì ra tầm dăm hôm nữa con ạ",
"Cái này thì mẹ con biết rõ hơn thầy",
"Câu này thầy phải hỏi con mới đúng",
"Quẻ nói con cứ chờ 10 năm khắc biết",
"Thầy bấm ra ít lắm con ạ",
"Con vứt cái máy tính đi là vừa",
"Cũng được, nếu con muốn vậy",
"Nói có thì thày áy náy lắm >.< ",
"Cũng không sớm, nhưng con cũng không việc gì phải vội",
"Cũng có lẽ là nên thế",
"Tầm mấy hôm nữa con ạ, cứ yên tâm",
"Cái này á, cũng khó nghĩ, nhưng có vẻ là có",
"Thầy phán: Chơi xoáy nhau àh, hỏi vậy bố thầy cũng ko trả lời được"
);
function phangi(str){
if (str == " " || str == "")
   return "Chơi xoáy nhau àh, con không hỏi bố thầy cũng không trả lời được";
else if((rec=/xấu|dâm|xàm|nhảm|nhảm nhí|điên|dở hơi|hâm|khùng|thần kinh|đần độn|kìn|khìn|dở người|ngu si|dê|đê tiện|bệnh|tũn|dại gái|bã đậu|tâm thần/i.exec(str))!=null)
   return "Ta thấy con còn "+rec+" hơn";
else if(/hello|helu|chào|thầy ơi/.test(str))
   return "Chào con! Hôm nay con muốn hỏi cái chi ?";
else if(/Thầy phán:/.test(str))
   return "Tự sướng hả con? Trình gì mà đòi giả danh thầy??";
else if(/thầy bị chó cắn|thầy bị té giếng|thầy bị xe đụng|thầy bị xe tông|thầy bị xe hun|thầy bị sét đánh|xe đụng thầy|xe tông thầy|xe hun thầy/.test(str))
   return "Muốn hại người tốt ko dễ đâu con, thầy cũng cầu cho con bị té giếng!";
else if(/***|đụ|cặc|***|cac|con cu|***|loz|lon|nhậu/.test(str))
   return "Cái đấy chỉ dành cho người lớn thôi, tuổi của con chưa đụng vào được đâu!";
else if(/thầy có đẹp trai|thầy đẹp trai ko|đẹp trai ko thầy|thầy có đẹp zai|thầy đẹp zai/.test(str))
   return "Trời đất, ko phải khoe chứ có khối cô chết vì thầy đấy :x";
else if(/admin|BQT|BQT lethanhton/.test(str))
   return "Số con trước giàu sau nghèo thôi à nha!";
else if(/số con có giàu|số con có hên|số con có may|số con có chết|số con sống lâu|số con giàu|số con hên/.test(str))
   return "Con phải là girl thì thầy mới trả lời câu này ah nha :x";
else if(/hám gái|mê gái|khoái gái/.test(str))
   return "Gái thì tất nhiên thằng nào cũng khoái rồi con ạ ;))";
else if(/bồ|người yêu/.test(str))
   return "Con còn nhỏ quá, quan tâm mấy chuyện này làm gì?";
else if(/con có bạn trai|bạn trai của con|bạn trai con|con có bạn zai|bạn zai của con|bạn zai con/.test(str))
   return "Bọn con trai bây giờ dâm dê đê tiện lắm con ạ, nếu mà con thích ý thì... thầy đây con thấy sao? ;))";
else if(/thầy có vợ/.test(str))
   return "Con lo thân con trước đi rồi hãy hỏi đến thầy ;))";
else if(/thầy có bạn gái|con có bạn gái|bạn gái của con|bạn gái con/.test(str))
   return "Con nên từ bỏ ý định thì hơn, con gái bây giờ đanh đá lắm. Nó dụ người ta có bầu rồi... nó bỏ =))";
 
else if(/con có vợ|con vợ con|vợ của con|vợ con/.test(str))
   return "Nói đến vợ thì thầy khuyên con nên đi tu là vừa =))";
 
else if(/xạo/.test(str))
   return "Báng bổ, báng bổ, dám xạo thầy hả?";
 
else if(/Hướng|đình hướng|huong|hướng|bò|admin/.test(str))
   return "Anh ý đẹp trai nhất 4rum đó, thầy là thầy hâm mộ anh ý lém :x";
 
else if(/thầy tuổi gì|thầy xí zai|thầy tuổi gì|thầy nhiêu tuổi|thầy nhiu tuổi/.test(str))
   return "Thế con mấy tuổi mà hỏi thầy câu đó ;))";
 
else if(/thầy có mấy vợ|vợ của thầy|vợ thầy|thầy có mấy con|con của thầy|thầy có mấy đứa con/.test(str))
   return "Xoi mói chuyện riêng tư của người khác là ko tốt đâu nha con, coi chừng sét đánh đó ;))";
 
else if(/con đẹp|con có đẹp|đẹp hơn thầy/.test(str))
   return "Tất nhiên là con xấu rồi, nhìn thầy mà làm hình tượng đi con ;))";
 
else if(/thầy có xấu trai ko|thầy có xấu trai k|thầy có xấu trai không|chắc thầy xấu trai lắm nhỉ|thầy thì chắc là xấu trai rồi|thầy có đẹp ko mà bảo thế|thầy có đẹp ko mà nói thế|thầy có đẹp không mà bảo thế|thầy có đẹp không mà nói thế/.test(str))
   return "Thầy thì ko biết có đẹp ko chứ con thì chắc chắn là xấu rồi :))";
else if(/thầy tên gì|tên thầy/.test(str))
   return "Tên ko quan trọng, con muốn cho là gì cũng dc :))";
else if(/đẹp hơn|xấu hơn|đẹp không|xấu không|đẹp ko|xấu ko|đẹp k|xấu k/.test(str))
   return "Con ko nên hỏi câu này vì ở đây ngoài thầy ra ai cũng xấu cả :))";
else if(/ngu hơn|ngu không|ngu ko|ngu k/.test(str))
   return "Nói về khoản ngu thì ở đây thầy... thông minh nhất ;))";
else if(/***|dis|shit|dis|fuk|vl|VKL|mịa|DKM|mie|fucking|***|nồn|đít|đĩ/.test(str))
   return "Nói bậy àh? Coi chừng ra đường chó cắn nha con";
else if(/alo|hello|helu|chào|ê thầy/i.test(str))
   return "Chào con! Hôm nay con muốn hỏi cái chi :S";
else if(/chém|đánh|quýnh|chem|danh|quynh|đá|đập|chó|láo|cún/.test(str))
   return "Muốn chơi àh ? Thích thì chiều thôi";
else if(/dâm|ngu|ngốc|xàm|nhảm|nhảm nhí|điên|dở hơi|hâm|khùng|thần kinh|đần độn|kìn|khìn|dở người|ngu si|dê|đê tiện|bệnh|tũn|dại gái|bã đậu|tâm thần/.exec(str)!=null)
{rec=/dâm|ngu|ngốc|xàm|nhảm|nhảm nhí|điên|dở hơi|hâm|khùng|thần kinh|đần độn|kìn|khìn|dở người|ngu si|dê|đê tiện|bệnh|tũn|dại gái|bã đậu|tâm thần/.exec(str);
return "Ta thấy con còn " + rec + " hơn !"}
else if(/buồn|chán|bùn/.exec(str)!=null)
{rec=/buồn|chán|bùn/.exec(str);
return "Ta còn " + rec + " hơn còn nhiều, than thở làm gì? :("}
else if(/thay|admin|thầy/.test(str) && /bố|mẹ|cắn|gay|bede|pede|đàn bà|đi đâu|làm gì|ở đâu/.test(str))
   return "Con chưa đủ tuổi để hỏi câu đó đâu, coi chừng đấy !";
 
else if(str.substr(str.length-1)!="?")
   return "Con đang hỏi thầy àh? Sao không thấy dấu chấm hỏi";
else
   return traloi[Math.round(r*56)];
}
sss= " [color=blue]" + str + "[/color] \n  [color=red]Thầy[/color] phán: " + phangi(str) ;
document.post.sent.value=sss;document.post.message.focus();ajax_submit_chatbox(params);return false;
}}
</script>
 
 
<script type="text/javascript">//<![CDATA[
var params = '?archives=1';var smilies_sid = '';//]]></script><script src="http://illiweb.com/fa/js/chatbox3.js" type="text/javascript"></script>
<style type="text/css">* {margin: 0px;padding: 0;}html, body {overflow: hidden;}body {background-color: #efefef;}</style></head><body class="chatbox" onload="CB_disconnect();ajax_refresh_chatbox('?archives=100', 1);if (location.href.indexOf('reload')==-1) location.replace(location.href+'?reload');"><div id="chatbox_header"><table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td class="catBottom" nowrap="nowrap"><table border="0" width="100%"><tr><td nowrap="nowrap"><strong>Chém gió - Chém bão | <a href="#" onclick="showh();return false">Ai đang chat ế nhẻ?</a></strong></td><td valign="top" class="chatbox-options"><div class="genmed" id="chatbox_main_options"><a href="javascript:void(0)" onclick="ajax_refresh_chatbox('?archives=1', 1);">Refresh</a> | <span id="chatbox_option_with_archives" style="display:none ;"><a href="/chatbox/chatbox.forum?archives=1">Archives</a> | </span><span id="chatbox_option_without_archives" style="display: none ;"><a href="/chatbox/chatbox.forum?archives=0">Without archives</a> | </span><span id="chatbox_option_autorefresh" style="display: none;" onclick="refresh_chatbox('?archives=1');"><label for="refresh_auto">Auto refresh </label><input type="checkbox" name="refresh_auto" id="refresh_auto" checked="checked" style="background: transparent;" /> | </span><a href="javascript:void(0)" onclick="CB_disconnect();"><span id="chatbox_option_co" style="display: ;"><strong>Tham gia</strong></span><span id="chatbox_option_disco" style="display: none;">Về đây</span></a>  </div></td></tr></table></td></tr></table></div><div id="chatbox_members" curpos="0" maxpos="460" pageincrement="144" increment="10"></div><div id="chatbox"></div><div id="chatbox_footer" style="display: none;"><div id="chatbox_messenger"><form name="post" action="/chatbox/chatbox.forum" method="post" onsubmit="submitmsg('?archives=1');refresh_chatbox('?archives=1');return false;"><table width="100%" cellspacing="0" cellpadding="0"><tr><td class="catBottom"><div id="chatbox_messenger_form"><table cellspacing="0" cellpadding="0" height="24" width="100%" class="chatfootertable"><tr><td width="100%" align="right"><table cellspacing="2" cellpadding="0" border="0" style="line-height: 0px;" class="text-styles" ><tr><td><div id="divbold" class="fontbutton fontbutton_normal" onmouseover="this.className='fontbutton fontbutton_hover'" onmouseout="this.className=( document.post.sbold.value == '1' ) ? 'fontbutton fontbutton_selected' : 'fontbutton fontbutton_normal'" onclick="do_style('bold');" onmousedown="this.className='fontbutton fontbutton_clicked';" onmouseup="this.className=( document.post.sbold.value != '1' ) ? 'fontbutton fontbutton_selected' : 'fontbutton fontbutton_normal'"><img src="http://2img.net/i/fa/subsilver/wysiwyg/bold.gif" width="21" height="20" alt="Bold" title="Bold" /></div></td><td><div id="divitalic" class="fontbutton fontbutton_normal" onmouseover="this.className='fontbutton fontbutton_hover'" onmouseout="this.className=( document.post.sitalic.value == '1' ) ? 'fontbutton fontbutton_selected' : 'fontbutton fontbutton_normal'" onclick="do_style('italic');" onmousedown="this.className='fontbutton fontbutton_clicked';" onmouseup="this.className=( document.post.sitalic.value != '1' ) ? 'fontbutton fontbutton_selected' : 'fontbutton fontbutton_normal'"><img src="http://2img.net/i/fa/subsilver/wysiwyg/italic.gif" width="21" height="20" alt="Ital." title="Ital." /></div></td><td><div id="divunderline" class="fontbutton fontbutton_normal" onmouseover="this.className='fontbutton fontbutton_hover'" onmouseout="this.className=( document.post.sunderline.value == '1' ) ? 'fontbutton fontbutton_selected' : 'fontbutton fontbutton_normal'" onclick="do_style('underline');" onmousedown="this.className='fontbutton fontbutton_clicked';" onmouseup="this.className=( document.post.sunderline.value != '1' ) ? 'fontbutton fontbutton_selected' : 'fontbutton fontbutton_normal'"><img src="http://2img.net/i/fa/subsilver/wysiwyg/underline.gif" width="21" height="20" alt="Underl." title="Underl." /></div></td><td><div id="divstrike" class="fontbutton fontbutton_normal" onmouseover="this.className='fontbutton fontbutton_hover'" onmouseout="this.className=( document.post.sstrike.value == '1' ) ? 'fontbutton fontbutton_selected' : 'fontbutton fontbutton_normal'" onclick="do_style('strike');" onmousedown="this.className='fontbutton fontbutton_clicked';" onmouseup="this.className=( document.post.sstrike.value != '1' ) ? 'fontbutton fontbutton_selected' : 'fontbutton fontbutton_normal'"><img src="http://2img.net/i/fa/subsilver/wysiwyg/strike.gif" width="21" height="20" alt="Strike" title="Strike" /></div></td><td width="10"> </td><td><div id="divcolor" class="fontbutton fontbutton_normal" onmouseover="this.className='fontbutton fontbutton_hover'" onmouseout="this.className='fontbutton fontbutton_normal'" onclick="do_selectcolor(event);"><img src="http://2img.net/i/fa/subsilver/wysiwyg/color.gif" width="21" height="16" alt="Màu font" title="Màu font" /><img src="http://2img.net/i/fa/subsilver/wysiwyg/menupop.gif" width="11" height="16" alt="Màu font" title="Màu font" />
<img src="http://2img.net/i/fa/subsilver/wysiwyg/clear.gif" id="show_color" alt="Màu font" title="Màu font" width="21" height="4" /></div></td><td><div id="divsmilies" class="fontbutton fontbutton_normal" onmouseover="this.className='fontbutton fontbutton_hover'" onmouseout="this.className='fontbutton fontbutton_normal'" onclick="do_selectsmilies(event);"><img src="http://2img.net/i/fa/subsilver/wysiwyg/smilie.gif" width="21" height="20" alt="Biểu tượng" title="Biểu tượng" /><img src="http://2img.net/i/fa/subsilver/wysiwyg/menupop.gif" width="11" height="20" alt="Biểu tượng" title="Biểu tượng" /></div>
</td>
<td><div id="buzz" class="fontbutton fontbutton_normal" onmouseover="this.className='fontbutton fontbutton_hover'" onmouseout="this.className='fontbutton fontbutton_normal'" onclick="buzz();"><img src="http://c3zone.net/users/2315/72/47/45/smiles/3783939235.gif" alt="Buzz" title="Buzz" /></div>
</td>
<td width="10"> </td><td><input type="hidden" name="sbold" value="0"><input type="hidden" name="sitalic" value="0"><input type="hidden" name="sunderline" value="0"><input type="hidden" name="sstrike" value="0"><input type="hidden" name="scolor" id="scolor" value="#000000"><span class="gen" onclick="document.post.message.focus();"><label>Thông điệp : <input type="text" id="message" name="message" size="35" maxlength="1024" class="post" autocomplete="off" onkeydown="number_of_refresh=0;" /></label> <input type="hidden" name="sent" value="" /><input type="submit" name="submit_button" value="Gửi" id="submit_button" /> </span></td><td><input type="submit" value="Thỉnh Thầy!" onclick="getfunction()" name="xxxxx"></td>
 
</tr></table></td></tr></table></div></td></tr></table></form></div></div><script type="text/javascript">//<![CDATA[
function showh(){
if (document.getElementById('chatbox').offsetLeft!="0")
        document.getElementById('chatbox').style.left = "0";
else
        document.getElementById('chatbox').style.left = "113px";
}
function buzz(){ document.post.sent.value=":buzz:";document.post.message.focus();ajax_submit_chatbox(params);return false;}
function CB_disconnect(){if ( connected ){ajax_connect('?archives=0', 'disconnect');clearInterval(refresh_interval);}else{ajax_connect('?archives=1', 'connect');try {refresh_interval = setInterval("refresh_chatbox('?archives=1')", 5000);} catch (err) {}}}if ( document.location.href.indexOf('chatbox', 1) == -1 ){$('#divcolor').css('display', '');$('#divsmilies').css('display', '');}var connected = false;var chatbox_updated = 1260633294;var chatbox_last_update = 1260633294;var template_color = '#000000';var refresh_interval;window.setTimeout("document.getElementById('chatbox').scrollTop = 999999; Init_pref();", 200);window.setTimeout("document.getElementById('chatbox').scrollTop = 999999;", 1000);if ( connected ){try {refresh_interval = setInterval("refresh_chatbox('?archives=1')", 5000);} catch (err) {}}else{try {refresh_chatbox('?archives=1');} catch (err) { }}//]]></script></body></html>
Bạn không có quyền trả lời bài viết