chklogin.asp
来自「网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点」· ASP 代码 · 共 17 行
ASP
17 行
<!--#include file=bkconn.asp-->
<%
password=Request("password")
if password=pwd then
session("jb")=5
response.redirect "index.asp"
end if
if password=pwd1 then
session("jb")=1
response.redirect "index.asp"
else
response.write "<link rel='stylesheet' type='text/css' href='style.css'>"
response.write "<body bgcolor='#ffffef'>"
response.write "Sorry,请输入正确的管理员名字和密码"
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?