File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ page import="egovframework.let.cop.bbs.service.BoardVO" %>
<%
String reqInfo = (String)request.getSession().getAttribute("reqInfo");
String SITE_URL = (String)request.getSession().getAttribute("SITE_URL");
//BoardVO searchVO = (BoardVO)request.getSession().getAttribute("searchVO");
//String retUrl = "32"+SITE_URL+"/web/cop/selfauth/resultSeed.do?bbsId="+searchVO.getBbsId();
String retUrl = "32"+SITE_URL+"/web/cop/selfauth/resultSeed.do";
%>
<script src="<c:url value='/js/jquery.js' />"></script>
<script language="JavaScript">
$( document ).ready(function() {
openPCCWindow();
});
function openPCCWindow() {
document.reqPCCForm.action = "https://pcc.siren24.com/pcc_V3/jsp/pcc_V3_j10.jsp";
document.reqPCCForm.target = '_self';
document.reqPCCForm.submit();
}
</script>
<form name="reqPCCForm" method="post" action = "">
<input type="hidden" name="reqInfo" value = "<%=reqInfo%>">
<input type="hidden" name="retUrl" value = "<%=retUrl%>">
<input type="hidden" name="verSion" value = "1"> <!--모듈 버전정보-->
</form>