对聊天室外观和功能进行大改,添加使用表情包功能
This commit is contained in:
@@ -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"> </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>
|
||||
|
||||
Reference in New Issue
Block a user