- <!--#include file="../bdcommx/connxyz.asp"-->
- <%call log_chk()%>
- <%idgroup=trim(request.form("idgroup"))
- if idgroup="" or isnull(idgroup) then
- response.write"<SCRIPT language=JavaScript>alert('无匹配!');"
- response.write"this.location.href='Bmag.asp';</SCRIPT>"
- response.end
- end if
- conn.execute("delete from bdmessage where mx_id in ("&idgroup&")")
- conn.close
- set conn=nothing
- response.write"<SCRIPT language=JavaScript>alert('删除成功!');"
- response.write"this.location.href='Bmag.asp';</SCRIPT>"
- response.end%>
|