主题:act是什么意思啊!!
<% on error resume next
if request.querystring("act")="del" then
id=requset.querystring("id")
conn.begintrand
conn.execute"delete from user where u_id="&id
conn.execute"delete from info where i_uid="&id
if err.number<>0then
conn.rollbacktrans
response.write"删除失败"
else
conn.committrans
response.write"删除成功"
end if
end if
%>[color=FF0000]中的act是什么意思啊?[/color]
[color=FF0000]还有这句话中的act又是什么意思?[/color]:<form name="form1" method="post" action="qq.asp?act=qq&id=<%request.QueryString("id")%>">
if request.querystring("act")="del" then
id=requset.querystring("id")
conn.begintrand
conn.execute"delete from user where u_id="&id
conn.execute"delete from info where i_uid="&id
if err.number<>0then
conn.rollbacktrans
response.write"删除失败"
else
conn.committrans
response.write"删除成功"
end if
end if
%>[color=FF0000]中的act是什么意思啊?[/color]
[color=FF0000]还有这句话中的act又是什么意思?[/color]:<form name="form1" method="post" action="qq.asp?act=qq&id=<%request.QueryString("id")%>">