index2.asp

来自「这是一个用SQL Server和ASP开发的搜索引擎网站」· ASP 代码 · 共 28 行

ASP
28
字号
<html>
<%
name = Request.form("name")
pass= Request.form("password")
if name <> "admin" and pass <> "admin" then
Response.Write "你不是本站管理员,请误越权操作,你的操作已经被记录!"
else
%>
<head>
<title>超级管理区域</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta http-equiv="Content-Type" content="text/html; charset=宋体">
<link rel="stylesheet" type="text/css" href="../jgwy.css">
</head>
<frameset cols="203,*">
  <frame name="contents" target="main" src="left.htm" scrolling="no" noresize>
  <frame name="main" scrolling="auto" noresize src="main.asp">
  <noframes>
  <body bgColor="#000000">
  <p>This page uses frames, but your browser doesn't support them.</p>
  </body>
  </noframes>
</frameset>
</html>
<%
end if
%>

⌨️ 快捷键说明

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