📄 uppost.asp
字号:
<%@LANGUAGE="VBSCRIPT"%>
<%
Response.ExpiresAbsolute=now()-1
Response.CacheControl="no-cache"
%>
<%
MM_authorizedUsers=""
MM_authFailedURL="../../../../../index.asp"
MM_grantAccess=false
If Session("userssdfgfhtrh") <> "" Then
If (true Or CStr(Session("MM_UserAuthorization"))="") Or _
(InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then
MM_grantAccess = true
End If
End If
If Not MM_grantAccess Then
MM_qsChar = "?"
If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&"
MM_referrer = Request.ServerVariables("URL")
if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString()
MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer)
Response.Redirect(MM_authFailedURL)
End If
%>
<%kg=request("kg")
types=request("types")
if isempty(types) or trim(types)="" then
%>
<script>
alert("请输入类别或类别名不能为空格。");history.go(-1)
</script>
<%response.end()
end if%>
<!--#include file="../../../../../../Connections/oavbsconn.asp" -->
<%
Dim Recordset2__c
Recordset2__c = "1"
If (Request("types") <> "") Then
Recordset2__c = Request("types")
End If
%>
<%
Dim Recordset2__MMColParam
Recordset2__MMColParam = "1"
If (Request("ID") <> "") Then
Recordset2__MMColParam = Request("ID")
End If
%>
<%
Dim Recordset2
Dim Recordset2_numRows
Set Recordset2 = Server.CreateObject("ADODB.Recordset")
Recordset2.ActiveConnection = MM_oavbsconn_STRING
Recordset2.Source = "SELECT * FROM filestyeps WHERE ID <> " + Replace(Recordset2__MMColParam, "'", "''") + " and 目录名='" + Replace(Recordset2__c, "'", "''") + "'"
Recordset2.CursorType = 0
Recordset2.CursorLocation = 2
Recordset2.LockType = 1
Recordset2.Open()
Recordset2_numRows = 0
%>
<%if not Recordset2.eof or not Recordset2.bof then%>
<%
Recordset2.Close()
Set Recordset2 = Nothing
%>
<script language="javascript">
{
alert("该类别与其它冲突。");history.go(-1)
}
</script>
<%response.end()
end if%>
<%
Recordset2.Close()
Set Recordset2 = Nothing
%><%
Dim Recordset1__u
Recordset1__u = "1"
If (Session("userssdfgfhtrh") <> "") Then
Recordset1__u = Session("userssdfgfhtrh")
End If
%>
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
If (Request("ID") <> "") Then
Recordset1__MMColParam = Request("ID")
End If
%>
<%dim c
c=request("c")
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_oavbsconn_STRING
Recordset1.Source = "SELECT * FROM filestyeps WHERE ID = " + Replace(Recordset1__MMColParam, "'", "''") + " and 目录名<>'其它' and 用户帐号='" + Replace(Recordset1__u, "'", "''") + "'"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 3
Recordset1.Open()
if not Recordset1.eof or not Recordset1.bof then
Recordset1("目录名")=types
Recordset1("开关")=kg
Recordset1.update
Recordset1_numRows = 0
%>
<%
if(c <> "") then Command1__t = c
if(t1 <> "") then Command1__t1 = t1
%>
<%
set Command1 = Server.CreateObject("ADODB.Command")
Command1.ActiveConnection = MM_oavbsconn_STRING
Command1.CommandText = "UPDATE 文件信息 SET 文件类别='" + Replace(Command1__t, "'", "''") + "' WHERE 文件类别='" + Replace(Command1__t1, "'", "''") + "' "
Command1.CommandType = 1
Command1.CommandTimeout = 0
Command1.Prepared = true
Command1.Execute()
%>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>
<%response.redirect "careatefloder.asp"
else
Recordset1.Close()
Set Recordset1 = Nothing%>
<script>
{
alert("数据不存在..");history.go(-1)
}
</script>
<%
end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -