| 1234567891011121314151617 |
- <!--#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 bdkhdg where dg_id in ("&idgroup&")")
- conn.close
- set conn=nothing
- response.write"<SCRIPT language=JavaScript>alert('ɾ³ý³É¹¦£¡');"
- response.write"this.location.href='Dmag.asp';</SCRIPT>"
- response.end
- %>
|