landFail.jsp
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:1k
- <%@ page contentType="text/html; charset=gb2312"%>
- <html>
- <head>
- <%
- response.setHeader("Cache-Control","no-cache");
- response.setHeader("Cache-Control","no-store");
- response.setDateHeader("Expires",0);
- response.setHeader("Pragma","no-cache");
- %>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <meta http-equiv="refresh" content="3;URL=land.jsp">
- <title>操作员登陆失败</title>
- <style type="text/css">
- <!--
- .style1 {
- color: #FF0000;
- font-weight: bold;
- }
- -->
- </style>
- </head>
- <body background="images/beijing.gif">
- <div align="center">
-
- <p> </p>
- <table width="335" height="172" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td background="images/landFail.gif"><table width="33%" height="26" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td height="26"><div align="center" class="style1" >操作员登录失败</div></td>
- </tr>
- </table></td>
- </tr>
- </table>
-
- <p> </p>
-
- <p> </p>
- </div>
- </body>
- </html>