<% call log_chk() theX=trim(request("theX")) if theX<>"" then conn.Execute("delete from csclass where cs_id="&theX&"") conn.Execute("delete from bdcp where cs_id="&theX&"") conn.close set conn=nothing end if response.write"" response.end %>