回复 2楼 multiple1902
multiple1902老师,您好,我按您的指点是这样加进去的,然后没成功,显示错误类型是:
错误类型:
Microsoft VBScript 编译器错误 (0x800A0401)
语句未结束
/pz/lyb/del.asp, line 10, column 33
response.write "<b> <span style="font-size:13px;color:red">文字文字文字</span> </b> "
--------------------------------^
<%
dim exec
exec="delete * from gb where id="&request.querystring("id")
conn.execute exec
conn.close
set conn=nothing
response.write "<b><span style="font-size:13px;color:red">删除成功</span></b> "
response.write " <a href='index.asp'><b><span style="font-size:13px;color:red">返回</span></b></a>"
response.end
%>