<% 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"" response.end %>