<%@language=vbscript codepage=936 %> <% '**************************************************************** '** 版权所有:烈火工作室 演示网站http://www.strongfire.cn ** '** QQ:839225572 邮箱:strongfire2008@163.com ** '** 非正版用户不得擅自非法修改用于商业用途!查出必究。 ** '**************************************************************** %> <% ID=Request("ID") if ID<>"" then sql="delete from youqing where id=" & ID conn.Execute sql end if conn.close set conn=nothing response.redirect "youqing.asp" %>