⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 a_filein.jsp

📁 酒店前台的JAVA
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无管理员登录失败</title>
<STYLE>
    #Layer1 {
        Z-INDEX: 1;
        WIDTH: 118px;
        POSITION: absolute;
        HEIGHT: 28px
    }
    body {
	
    }
</STYLE>
</head>

<body>
<table style="FONT-SIZE: 14px; COLOR: #323229" width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#B98631">
  <tr>
    <th align="left" bgcolor="#B98631" scope="col">&nbsp;提示页面</th>
  </tr>
  <tr>
    <td align="center">亲爱的管理员,对不起,您的输入不正确!</td>
  </tr>
  <tr>
    <td align="center"><a href="adminLogin.jsp">返回管理员登录页面</a></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -