<% if session("postboard_admin")<>true then response.write("") response.end() end if IF request.querystring("action")=empty THEN %>
 留言批量处理

 删除所有留言

<% ELSE if request.querystring("action")="removeall" then %> <% rs.open "delete from message",conn,3,3 set conn=nothing response.write("") end if END IF %>