servlet服务器端验证(4)
<html>
<head>
<base href="<%=basePath%>">
<title>login</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
<center>
<h1>
服务器端验证的程序
</h1>
<form action="login" method="get">
<table border="1">
<tr>
<td>
用 户 名:
</td>
<td>
<input type="text" name="username">
</td>
</tr>
<tr>
<td>
密 码:
</td>
<td>
<input type="password" name="password1">
</td>
</tr>
<tr>
<td>
确认密码:
</td>
<td>
<input type="password" name="password2">
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="提交">
</td>
</tr>
</table>
</form>
</center>
</body>
相关新闻>>
- 发表评论
-
- 最新评论 更多>>