<html>
<head>
<title>欢迎进入聊天室</title>
<link rel="stylesheet" href="chat.css">
</head>
<script language="javascript">
function checkForm() {
if (loginForm.loginName.value == "" && loginForm.userName.value == "") {
alert("请输入您的大名!");
loginForm.loginName.focus();
return false;
}
if (loginForm.loginName.value != "" && loginForm.loginPassword.value == "") {
alert("请输入密码!");
loginForm.loginPassword.focus();
return false;
}
return true;
}
function openWindow () {
if (checkForm()) {
var loginName = loginForm.loginName.value;
var loginPassword = loginForm.loginPassword.value;
var userName = loginForm.userName.value;
var URL ="confirm.jsp?loginName="+loginName+"&loginPassword="+loginPassword+"&userName="+userName;
window.open(URL,"chat","top=0,left=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=790,height=530");
}
return false;
}
</script>
<body bgcolor="#FF9900">
<center>
<P>深港热线*留言飞语</P>
<form name="loginForm" action="confirm.jsp">
<TABLE border=1 width="95%">
<TBODY>
<TR>
<TD align=center width="25%">人民讲场</TD>
<TD align=center width="25%">生活频道
<TD align=center width="25%">聊死它</TD>
<TD align=right rowspan="9" valign="top">
<p>大名:
<input name=loginName size=10 type="text">
</p>
<p> 密码:
<input name=loginPassword size=10 type="password">
</p>
<p><a href="../bbs/register.htm" target="_blank">用户注册</a></p>
<p>游客:
<input type="text" name="userName" size="13">
</p>
<p>☆ 只能在聊天室聊天</p>
<p>☆ 没有经验值的累加</p>
</TD>
</TR>
<TR>
<TD align=center width="25%">
<input type="radio" name="bbs" onclick="if(this.checked) {window.location='../bbs/index1.html'};">
</TD>
<TD align=center width="25%">生活茶馆
<TD align=center width="25%">
<input type="radio" name="chat" onclick="return openWindow();">
</TD>
</TR>
<TR>
<TD align=center width="25%">
<input type="radio" name="bbs" onclick="if(this.checked) {window.location='../bbs/index2.html'};">
</TD>
<TD align=center width="25%">爱成网事
<TD align=center width="25%">
<input type="radio" name="chat" onclick="return openWindow();">
</TD>
</TR>
<TR>
<TD align=center width="25%">
<input type="radio" name="bbs" onclick="if(this.checked) {window.location='../bbs/index3.html'};">
</TD>
<TD align=center width="25%">我为e狂
<TD align=center width="25%">
<input type="radio" name="chat" onclick="return openWindow();">
</TD>
</TR>
<TR>
<TD align=center width="25%">
<input type="radio" name="bbs" onclick="if(this.checked) {window.location='../bbs/index4.html'};">
</TD>
<TD align=center width="25%">光与影
<TD align=center width="25%">
<input type="radio" name="chat" onclick="return openWindow();">
</TD>
</TR>
<TR>
<TD align=center width="25%">
<input type="radio" name="bbs" onclick="if(this.checked) {window.location='../bbs/index5.html'};">
</TD>
<TD align=center width="25%">云游四海
<TD align=center width="25%">
<input type="radio" name="chat" onclick="return openWindow();">
</TD>
</TR>
<TR>
<TD align=center width="25%">
<input type="radio" name="bbs" onclick="if(this.checked) {window.location='../bbs/index6.html'};">
</TD>
<TD align=center width="25%">飘飘娱仙
<TD align=center width="25%">
<input type="radio" name="chat" onclick="return openWindow();">
</TD>
</TR>
<TR>
<TD align=center width="25%">
<input type="radio" name="bbs" onclick="if(this.checked) {window.location='../bbs/index7.html'};">
</TD>
<TD align=center width="25%">城市故事
<TD align=center width="25%">
<input type="radio" name="chat" onclick="return openWindow();">
</TD>
</TR>
<TR>
<TD align=center width="25%">
<input type="radio" name="bbs" onclick="if(this.checked) {window.location='../bbs/index8.html'};">
</TD>
<TD align=center width="25%">健身美体
<TD align=center width="25%">
<input type="radio" name="chat" onclick="return openWindow();">
</TD>
</TR>
</TBODY>
</TABLE>
</form>
<P><br>
<font color="#FF0000">说明</font>:会员登录积分制--每次登录和正常退出加分;在BBS上发贴子加分;一定分数后在聊天室可创动作;更高的分数可在聊天室踢人出局,但每踢一次要损耗分数。初注册的会员为"型男"、"靓女",其后按分数可升为"剑客"、女侠",再升为"巫师"则可踢人出局,"巫师"之间互踢损耗分数最多,踢"剑客"、女侠"次之,踢"型男"、"靓女"损耗最少,踢"匆匆过客"不发生功力消耗。自建聊天室连续300小时没人登录自动注销。
</P>
<a href="../bbs/rule.htm" target="_blank">详细规则</a>
</center>
</BODY></HTML>