errorlogin.jsp
来自「基本功能都实现了,对财务的增加,删除财务的信息,修改信息,查出财务的详细信息」· JSP 代码 · 共 47 行
JSP
47 行
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<meta http-equiv="refresh" content="5;url='login.jsp'">
<title>error</title>
<link rel="stylesheet" type="text/css" href="../css/body.css" >
</script>
</head>
<body topmargin="0" leftmargin="0" background="../images/tu_2.gif" >
<div align="center">
<table cellpadding="0" cellspacing="0" border="0" width="760" bgcolor="#FFFBFF" background="../images/tu_2.gif">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="17%"><img src="images/common2.gif" height="32" width="120"></td>
<td width="83%"><img src="images/banner.gif" height="63" width="417"></td>
</tr>
</table>
</td>
</tr>
<table width="100%" background="images/tu_2.gif">
<tr>
<td width="17%">
<table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/main_bg2.gif" width="150" height="500" ></td>
</tr>
</table>
</td>
<td width="83%" valign="center" align="center"> <img src="images/warn.gif" width="96" height="95">
<br>
<font color="red" size="+3" face="宋体">Sorry,你输入的密码不正确或不存在此用户名!</font>
</td>
</table>
</table>
</div></body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?