?? admin.asp
字號(hào):
<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="md5.asp"-->
<%
if session("login")<>"yes" then
call codeistrue("")
psw=md5(request("adminpsw"))
sql="select * from gogo_admin where gogo_name='"&request("adminname")&"'"
rs.open sql,conn,1,1
if rs.eof then
response.write "<script language=JavaScript>" & chr(13) & "alert('您未登陸或帳號(hào)密碼錯(cuò)誤,請(qǐng)重登陸!');" & "history.back()" & "</script>"
rs.close
response.end
else
if psw<>rs("gogo_pwd") then
response.write "<script language=JavaScript>" & chr(13) & "alert('您未登陸或帳號(hào)密碼錯(cuò)誤,請(qǐng)重登陸!');" & "history.back()" & "</script>"
rs.close
response.end
end if
session("login")="yes"
end if
end if
set rs=nothing
set conn=nothing
%>
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>管理中心</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" cols="214,*">
<frame name="contents" target="main" src="admin1.asp" scrolling="auto" noresize>
<frame name="main" src="admin_index.asp" scrolling="auto" noresize target="_self">
<noframes>
<body>
<p>此網(wǎng)頁使用了框架,但您的瀏覽器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -