- <!--#include file="../bdcommx/connxyz.asp"-->
- <%
- call log_chk()
- theX=trim(request("theX"))
- if theX<>"" then
- conn.Execute("delete from nsclass where ns_id="&theX&"")
- conn.Execute("delete from bdnews where ns_id="&theX&"")
- conn.close
- set conn=nothing
- end if
- response.write"<SCRIPT language=JavaScript>alert('删除成功!');"
- response.write"this.location.href='NCMag.asp';</SCRIPT>"
- response.end
- %>
|