%@ Language=VBScript %> <% strTitle = "系统大栏目信息" If Request.QueryString ("Action") <> "" Then Dim intCheckBoxValue intCheckBoxValue = Request.Form ("checkbox") If intCheckBoxValue = "" Then Response.Write "" End If Call SetConn() Dim arrValue arrValue = split (intCheckBoxValue,",") Dim i For i = 0 To Ubound(arrValue) Conn.Execute ("Delete From tManBigBorder where ID = " & arrValue(i) & "") Next Call ClearConn () End If %>