📄 enter.jsp
字号:
<html>
<title>进入聊天室</title>
<body>
<font color="blue" size="5">
<b><i><center>进入聊天室</i></b>
</font>
<hr>
<center>
<form action="savedata.jsp" method="post">
<table border="1">
<tr><td bgcolor="yellow">昵称</td>
<td><input type="text" size="20" name="name"></tr>
<tr><td bgcolor="yellow">性别</td> <td>
男<input type="radio" name="sex" value="boy" checked>女<input type="radio" value="girl" name="sex"></td></tr>
<tr><td bgcolor="yellow">显示颜色</td>
<td><select size="1" name="color">
<option value="blue">蓝色
<option value="red">红色
<option value="yellow">黄色
<option value="pink">桃色
<option value="green">绿色</select></td></tr>
<tr><td bgcolor="yellow">自动更新</td>
<td><select size="1" name="change">
<option value="5">每5秒自动更新
<option value="10">每10秒自动更新
<option value="30">每30秒自动更新</select></td></tr>
<tr><td colspan="2" align="center">
<input type="submit" value="进入聊天室"></td></tr>
</table>
</form>
<font color="red">
<%@page contentType = "text/html;charset=GB2312"%>
<%
String error=request.getParameter("error");
if(error != null) //依错误代码显示信息
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -