% String no = request.getParameter("no"); String menuId = request.getParameter("menuId"); if(menuId == null || menuId.equals("")) menuId = "35"; if(no == null) no = ""; %> <%@ page contentType="text/html;charset=euc-kr" %>