?? login.jsp
字號:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<title>Login.jsp</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">
-->
<script language="javascript">
function reg(){
alert("1秒后跳轉到注冊頁面");
window.location.href="/BIM_bank/reg.do";
}
</script>
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
-->
</style>
</head>
<body>
<center>
<html:form method="POST" action="Login">
<p> </p>
<h2>個人存取款系統</h2>
<table width="311" height="173" border="0" background="../image/123.jpg">
<tbody>
<tr>
<td width="203" height="32">
用戶名:
<br>
</td>
<td width="44">
<html:text property="username"></html:text>
</td>
</tr>
<tr>
<td height="34">
密碼:
<br>
</td>
<td>
<html:password redisplay="true" property="password"></html:password>
</td>
</tr>
<tr>
<td height="36">
<input type="button" value="注冊" onClick="reg();">
<br>
</td>
<td><html:submit value="登陸" property="login"></html:submit>
<br></td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
</html:form>
</center>
</body>
</html:html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -