📄 fail.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
fail
</title>
</head>
<body bgcolor="#ffffff">
<%String mess=(String)request.getAttribute("mess"); %>
<form method="post" action="logAction.do">
<br><br>
<table align="center" border="1" width="200">
<tr>
<td align="left"><img alt="汽车" src="../source/car.gif" /> 错误提示!</td>
</tr>
<tr>
<td align="center" valign="middle" height="50"><%=mess%></td>
</tr>
<tr><!---onclick="history.back(-1)-->
<td align="center"><b><a href="#" onclick="location='login.jsp';" ><font size="2">[ 返回上一页 ]</font></a></b></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -