相关代码 |
|
dim admin admin=session("admin") if not admin="smallstick" then response.redirect "login.asp" response.end end if sql="delete * from guestbook where id="&trim(request.querystring("id")) db.execute sql db.close set db=nothing response.redirect "index.asp" %>