wrong.htm
来自「JSP科技企业信息管理系统源码(MSSQL数据库)」· HTM 代码 · 共 33 行
HTM
33 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<script Language=javascript>
<!--
function returnback()
{TimerID=setTimeout('window.location.href="default.htm"',1000)
}
-->
</script>
<body onload="returnback()" bgcolor="#EFFAFC">
<br>
<br>
<table width="400" border="1" cellspacing="0" align="center" bordercolor="#CCCCFF">
<tr>
<td colspan="2" bgcolor="#3399FF"><strong><font color="#FFFFFF">错误提示</font></strong></td>
</tr>
<tr>
<td><div align="left"><strong><img src="img/point.gif" width="12" height="12">用户名或密码错误!</strong></div></td>
<td width="50"><img src="img/user_err.gif" width="95" height="97"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?