<%@ page language="java" contentType="text/html; charset=EUC-KR" pageEncoding="EUC-KR"%>

ÆäÀÌÁö È帧Á¦¾î : pageModuleControl.jsp

<% request.setCharacterEncoding("euc-kr"); String product = request.getParameter("product"); String control = null; String contentpage = null; String pagetitle = null; if(product.equals("a")) { control = "dc"; contentpage = "dc.jsp"; pagetitle = "µðÁöÅÐ Ä«¸Þ¶ó"; } else { control = "pmp"; contentpage = "pmp.jsp"; pagetitle = "PMP"; } %>