<!--{loop $catlist $key $cat}-->
<div class="mainbox">
<h3>即時聊天室</h3>
<table cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}">
<tr>
<td bgcolor="{ALTBG2}"><iframe height="200" width="100%" frameborder=0 scrolling="yes" name="chat" src="./chat_room.php" noresize>
</iframe></td></tr></table>
</div>
<br>
<!--<META HTTP-EQUIV="Refresh" content="$ctsettings[refresh]">//自動更新頁面-->
<!--<script language="javascript">
var secs = $ctsettings[refresh];
var wait = secs * 1000;
document.dzchat.refresh.value = "$chatl[ct_shuaxin](" + secs + ")";
function update(num, value) {
if(num == (wait/1000)) {
document.dzchat.refresh.value = "$chatl[ct_shuaxin]";
} else {
printnr = (wait / 1000)-num;
document.dzchat.refresh.value = "$chatl[ct_shuaxin](" + printnr + ")";
}
}
for(i = 1; i <= secs; i++) {
window.setTimeout("update(" + i + ")", i * 1000);
}
</script>//自動reresh功能倒數//-->
<input type="button" name="refresh" value="$chatl[ct_shuaxin]" onClick="javascript:location='chat_room.php'">