fail.jsp~15~

来自「用户登录,增加,删除,修改,查询数据库,验证码的使用」· JSP~15~ 代码 · 共 28 行

JSP~15~
28
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?