?? login.jsp
字號:
<%@ page contentType="text/html;charset=GBK" %>
<%@ page language="java" import="java.sql.*" %>
<html>
<head>
<title>用戶注冊</title>
</head>
<body bgcolor="lightblue" text="#000000">
<form action="yzdl.jsp" method="post">
<center>
<h2><font color=blue>管理員登陸</font></h2>
<table border="0" width="220">
<tr>
<td>用戶名:</td>
<td colspan="2">
<input type="TEXT" name="User" size="15">
<font color="#FF0033"></td>
</tr>
<tr>
<td>密碼:</td>
<td colspan="2">
<input type="TEXT" name="Password" size="15">
<font color="#FF0033"></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="Submit" value="確定登陸" onkeydown="">
<input type="reset" value="重新填寫" name="Reset">
</td>
</tr>
</table><br>
還沒有注冊?點擊<a href="newmanager.jsp">新用戶注冊</a>
</center>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -