manage.asp
来自「一个人事管理系统」· ASP 代码 · 共 28 行
ASP
28 行
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
</head>
<body>
<%
IF Session("key")<>"ok" THEN
response.redirect "index.asp"
response.end
END IF
%>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="69%" height="420">
<tr>
<td width="100%" height="420">
<p align="center">欢迎使用法经学院教师管理系统<p align="center">
<img border="0" src="images/flower.gif" width="244" height="388"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?