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