% action = request.querystring("action") if action = "Delete" then news_id = request.querystring("news_id") qryDel = "delete from news where news_id = "& news_id &"" set rsDel = conn.execute(qryDel) set rsDel = nothing end if %>