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

📄 login_ok.asp

📁 ASP+Access
💻 ASP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
<!--
a {
	font-size: 9pt;
	text-decoration: none;
	border: 1px dotted #CCCCCC;
	color: #000000;
}
-->
</style>
<title>客户管理系统</title>
</head>
<%
if session("name")="" then response.redirect"error.asp?id=2"
%>
<body>
<table width="400" height="88" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">
  <tr>
    <td><table width="398" border="0" align="center" cellpadding="3" cellspacing="0">
      <tr align="center" bgcolor="#006699">
        <td width="384" height="20"><font color="#FFFFFF">客户管理系统</font></td>
      </tr>
      <tr align="center">
        <td  bgcolor="#FFFFFF"><table width="100%" height="60" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td><div align="center"><a href="edit.asp">点击修改用户资料</a></div></td>
              <td><div align="center"><a href="loginout.asp">返回</a></div></td>
            </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>

⌨️ 快捷键说明

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