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

📄 up.asp

📁 后台管理 用户名 admin 密码 admin --------------------------------------------------- 功能说明 系统本着简洁实用
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<%

%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><%if request.Cookies("loginok") = "ok" then %>
	<img src="image/e.jpg" width="1020" height="100" border="0" usemap="#Map">
	<%else%>
	<img src="image/f.jpg" width="1020" height="100">
	<%end if%></td>
  </tr>
</table>
<map name="Map">
  <area shape="rect" coords="368,75,441,99" href="main.asp?action=logout" target="_top">
  <area shape="rect" coords="282,76,355,100" href="system.asp" target="main">
  <%if request.Cookies("level") = 2 or request.Cookies("level") = 0 or request.Cookies("level") = 3 then%>
  <area shape="rect" coords="196,75,269,99" href="sale.asp" target="main">
  <%else%>
  <area shape="rect" coords="196,75,269,99" alt="你没有权限进入购销管品">
  <%end if%>
  <%if request.Cookies("level") = 1 or request.Cookies("level") = 0 then%>
  <area shape="rect" coords="112,76,185,100" href="product.asp" target="main">
  <%else%>
  <area shape="rect" coords="112,76,185,100" alt="你没有权限进入药品管理">
  <%end if%>
  <area shape="circle" coords="49,49,40" href="main.asp" target="main" alt="返回欢迎页">
</map>
</body>
</html>

⌨️ 快捷键说明

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