Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
top.asp
Upload User: xzjhbl
Upload Date: 2021-05-23
Package Size: 397k
Code Size: 1k
Category:
Education soft system
Development Platform:
HTML/CSS
- <%
- if session("admin")="" or session("key")="" then
- response.Write("<script>alert('您好!您还没有登陆');window.location.href('login.asp')</script>")
- response.end
- end if
- %>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>考试系统</title>
- <link href="css/main.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="25" bgcolor="#0080C0" class="whitetext"> <% =session("admin")%>您好,欢迎进入在线考试系统后台管理,您的级别是:
- <%
- dim key
- key=session("key")
- select case key
- case "1"
- response.write "管理员"
- case "2"
- response.write "教师"
- end select
- %></td>
- </tr>
- </table>
- </body>
- </html>