diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index 99c88adc..a52cf021 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -316,8 +316,10 @@ function fnOpenChangePassword(){ function showHelp(){ dialog.alert({ - content: '070-4490-74XX', - timeout: 0, + content : "문의전화 : 070-4490-74XX" + +"
" + +"", + timeout : 0, init : function() { setDialogZindex(); focusClose(); @@ -325,6 +327,10 @@ function showHelp(){ }); } +function remoteRequest(){ + window.open("https://www.xit.co.kr/xit-1.exe", '_blank'); +} + /* * 보안모드 토글 처리 */