openconn1()
if action="del" then
id=Trim(Request.QueryString("id"))
'check=checkdatafrom()
'if isnumeric(idd) or check=False then
' response.redirect "nodone.asp"
'else
'response.Write idd
sql="delete from orderdetail where orderno='"&id&"'"
conn1.execute (sql)
'response.Write sql
response.write "<script>alert('删除已经成功!');</script>"
' response.End()
'response.redirect "nodone.asp"
end if
'end if
190

被折叠的 条评论
为什么被折叠?



