% String dl = request.getParameter("dl") ; String op = request.getParameter("op") ; if (dl == null) { dl = "" ; } if (op == null) { op = "" ; } %>