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

📄 menu.asp

📁 一个用ASP写的小型管理程序
💻 ASP
字号:
<% Response.Buffer=flase %>
<html>
<head>
	<title>功能列表文件</title>
	<base target="right"> 
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body,td,th {
	font-size: 14px;
}
body {
	background-color: #FF9900;
}
-->
</style></head>
<body>
	<center>
	<p><a href="list.asp">显示客户登记</a>
	<p>    
	<p>	    
    <p><a href="add_form.htm">新来客户登记</a>
    <p>    
    <p>	    
    <p><a href="change.asp">修改客户记录</a>
    <p>    
    <p>	    
    <p><a href="delete.asp">删除客户记录</a>
    <p>    
    <p>
    <p><a href="search.asp">查找客户记录</a>
	<p>
	<% If session("id")="" Then
     Response.Redirect "index.asp"
	 elseif session("id")="admin" Then
	 Response.write "<a href=adlist.asp>查看身份证号</a>"
     Response.write "<p> 您好,管理员!"
	 Response.write "<p> <a href=logout.asp target=_parent>退出</a>"
	 else Response.write "<p> 您好,用户!"
	 Response.write "<p> <a href=logout.asp target=_parent>退出</a>"
     end if
%>
<p>
	</center>
</body>
</html>

⌨️ 快捷键说明

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