<%@language=vbscript codepage=936 %>
<%
if session("admin") = "" then response.Redirect "Admin_Login.asp"
end if
dim purview
purview=clng(session("purview"))
%>
<html>
<head>
<title>在线教育网--管理页面</title>
后台怎么个进步去,是抱错还是传递值为空,程序是你做的么?想进去看看的话,,去掉<%
if session("admin") = "" then response.Redirect "Admin_Login.asp"
end if
dim purview
purview=clng(session("purview"))
%>
这个不是我做的 是我老师做的输入管理用户名 和密码后 就出现
Script error detected at line 2.
Source line: if session("admin") = "" then
检测到第2行有错误,,错误语句为 if session("admin") = "" then ,,,,你把它删了我不信还会这里报错//!我说的是登录传递页面删掉这句,试试,,一般都为后台的defalut.asp或其他的。。。看看login.asp的传递方向。。。如果可以的话就可以先进去看看功能。。。。
不明白,你们老师做的,为什么连后台都无法进入。。。故意让你们改错么?还是其他什么的///?!