?? loginerror.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" %>
<html>
<head>
<title>系統錯誤提示頁面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%--@--include file="/check2.jsp"--%>
<link rel="stylesheet" href="<%=request.getContextPath()%>/css/default.css" type="text/css">
<SCRIPT language="Javascript" src="<%=request.getContextPath()%>/js/default.js"></SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<table width="90%" border="1" cellspacing="0" cellpadding="0" align="center" style="margin-top:20px;margin-bottom:10px;">
<tr>
<td width="80%" valign="top">
<p><font color="#FF3333"><br>
用戶名或密碼錯誤,請返回。
<input type=button onclick="javascript:history.back(-1);" value="返回"></font><br>
</p>
</td>
</tr>
</table>
<br>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -