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

📄 index2.asp

📁 这是一个用SQL Server和ASP开发的搜索引擎网站
💻 ASP
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -