<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" import="egovframework.com.cmm.captcha.CaptCha"%><% try{ out.clear(); pageContext.pushBody(); new CaptCha().getCaptCha(request, response); } catch(Exception e){ System.out.println("캡차 에러"); } %>