CINXE.COM

국외출장연수정보시스템

<!DOCTYPE html> <html lang="ko"> <head> <title>국외출장연수정보시스템</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <script> //jsp 페이지에서 보안서버 http 로 접근시 --> https 로 이동 var loc = window.location.href+''; if ( (loc.indexOf('http://')==0) && (loc.indexOf('localhost') < 0)){ window.location.href = loc.replace('http://','https://'); } else { //window.location.href = "popup.jsp"; window.location.href = "/cmm/main/mainPage.do"; } </script> </head> <body> </body>