📄 register.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>新博客注册</title>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link rel="stylesheet" href="/MyBlog/images/style.css">
</HEAD>
<body topmargin="0" leftmargin="0" bgcolor="#f3f3f3">
<form id="Form1" action="/MyBlog/servlet/Register" method="post">
<table width="1000" cellpadding="0" cellspacing="0" border="0">
<tr height="100">
<td colspan="2"> </td>
</tr>
<tr>
<td align="right" width="300" valign="top"><img src="/MyBlog/images/register.gif"></td>
<td width="20"> </td>
<td valign="top">
<br>
<table width="500" border="1" cellpadding="0" cellspacing="0" style="background-color:#FFFFFF;BORDER-RIGHT:#cccccc 1px solid; BORDER-TOP:#cccccc 1px solid; BORDER-LEFT:#cccccc 1px solid; BORDER-BOTTOM:#cccccc 1px solid; BORDER-COLLAPSE:collapse">
<tr height="30">
<td colspan="2" align="center" background="/MyBlog/images/main/l-bg1.jpg"><font color="#ffff66"><b>新博客注册</b></font></td>
</tr>
<tr height="30">
<td align="right" width="160">帐号 </td>
<td width="340">
<Input type="text" name="username" Width="120" MaxLength="25" style="inputcss" name="username"/> *
</td>
</tr>
<tr height="30">
<td align="right">密码 </td>
<td>
<Input type="password" name="password" Width="120" MaxLength="25" style="inputcss" name="password"/> *
</td>
</tr>
<tr height="30">
<td align="right">确认密码 </td>
<td>
<Input type="password" name="password1" Width="120" MaxLength="25" Style="inputcss" name="password1"/> *
</td>
</tr>
<tr height="30">
<td align="right">联系邮件 </td>
<td>
<Input type="text" Width="200" MaxLength="200" Style="inputcss" name="email"/> *
</td>
</tr>
<tr height="30">
<td align="right">博客标题 </td>
<td>
<Input type="text" name="subject" Width="120" MaxLength="50" Style="inputcss" />
</td>
</tr>
<tr height="30">
<td align="right">描述 </td>
<td>
<Input name="description"type="text" Width="200" MaxLength="100" Style="inputcss" />
</td>
</tr>
<tr height="30">
<td colspan="2" align="center">
<Input type="submit" value="注册" Style="buttoncss" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -