对聊天室外观和功能进行大改,添加使用表情包功能

This commit is contained in:
FJY
2017-11-19 22:58:26 +08:00
parent 6551c61a0b
commit 5e87ddf1ba
62 changed files with 349 additions and 167 deletions

View File

@@ -1,14 +1,14 @@
<%@ page contentType="text/html;charset=gb2312" language="java" %>
<%@ page contentType="text/html;charset=utf-8" language="java" %>
<html>
<title>
聊天室
聊天室
</title>
<link href="../css/chart_style.css" rel="stylesheet">
<link href="../css/bootstrap.css" rel="stylesheet">
<script language="javascript">
function check(){
if(form1.username.value==""){
alert("请输入用户名!");form1.username.focus();return false;
alert("请输入用户名!");form1.username.focus();return false;
}
}
</script>
@@ -22,7 +22,7 @@ function check(){
</tr>
<tr>
<td width="53" align="center" valign="top" class="word_dark">&nbsp;</td>
<td width="216" align="center" valign="top" class="word_dark">用户名:
<td width="216" align="center" valign="top" class="word_dark">用户名:
<input type="text" name="username"></td>
<td width="94" valign="top" class="word_dark"><input type="image" name="imageField" src="images/go.jpg"></td>
</tr>