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

📄 vod1.asp

📁 这是我做的毕业设计,企业管理系统.ASP连接SQL数据库,基本功能已经实现
💻 ASP
字号:
<% @ language=vbscript %>
<% hy_id=trim(session("hy_id"))
   level=trim(session("level"))
   
  if hy_id="" then
  response.redirect"error.asp?info=对不起,您还未登陆,无权访问本页!"
  end if
   session("level")=level
   session("hy_id")=hy_id
 %>
<html>
<head>
<title>企业设备管理系统</title>
<meta http-equiv="Content-Type"content="text/html;charset=gb2312">
</HEAD>
<BODY bgcolor="#abbaaa">
<table width="750" border="0" cellspacing="0"  cellpadding="0" align="center">
<tr bgcolor="#e0f0f8">
<table width="100%"border="0"
<tr>
   <td height="45">
<div align="center"><font face="courier new.courier,mono"><b><font color="#000066" face="楷体" size="7">企业设备管理系统</font></b></font></div>
</td>
</tr>
</table>
<hr width="86%" size="2"color="red">
<br>
<table cellspacing="5" cellpadding="5">
<tr>
<td height="45">
 <div align="left"><font face="courier new.courier,mono"><b><font color="#000066" face="楷体" size="5"><th>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <> 设备资料管理 </th></font></b></font></div>
</td>
</table>
<table cellspacing="5" cellpadding="5">
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[<a href="browseinfo.asp">查询资料</a>]</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[<a href="addinfo.asp">添加资料</a>]</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[<a href="editinfo.asp">修改资料</a>]</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[<a href="deleteinfo.asp">删除资料</a>]</td>
</tr>
</table>
<table cellspacing="5" cellpadding="5">
<tr>
<td height="45">
 <div align="left"><font face="courier new.courier,mono"><b><font color="#000066" face="楷体" size="5"><th>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <> 访问权限管理 </th></font></b></font></div>
</td>
</table>
<table cellspacing="5" cellpadding="5">
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[<a href="changelevel.asp">更改级别</a>]</td>
</tr>
</table>
<tr>
<td>&nbsp;</td><td>&nbsp;</td>
</tr>
<hr width="86%" size="2"color="red">
<tr>
<td>&nbsp;</td><td>&nbsp;</td>
</tr>
<div align="center">
<marquee  direction="up" scrollamount="2" scrolldelay="200" width="70%" height="100">
<font face="楷体_GB2312" size="3" color="red">
公告:系统管理员负责资料的添加、修改、删除和会员访问权限的修改,普通用户只可以查询资料!</tr>
</font></marquee></div>
</body>
</html>

⌨️ 快捷键说明

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