var checkFrame = false; function StartIniPlugin() { // INIplugin.js, install.js, cert.js ·Îµù¿©ºÎ È®ÀÎ if ( (typeof(LoadPlugin) == 'undefined') || (typeof(SCert) == 'undefined') || (typeof(LoadCert) == 'undefined')) { if (checkFrame == false) { checkFrame = true; alert("reCheck"); setTimeout("StartIniPlugin()", 2000); return; } else alert("install.js/cert.js/INIplugin.js ÆÄÀÏÀÌ includeµÇÁö ¾Ê¾Ò½À´Ï´Ù.") return; } //ÀÌÁß·Îµå ¹æÁö if (typeof (ModuleInstallCheck) == "function") { if (ModuleInstallCheck() != null) { // alert("find secureframe skip noframe..."); return; } } CheckPlugin(); if (!LoadCert(SCert)) { setTimeout("StartIniPlugin()", 1000); } //update LoadCACert(CACert); //ÀÎÁõ¼­ ÇÊÅ͸µ(CA ÀÎÁõ¼­°¡ ¹ß±ÞÇÑ Å¬¶óÀÌ¾ðÆ® ÀÎÁõ¼­¸¸ º¸ÀÓ) SetProperty("certmanui_GPKI", "all"); //¸ðµç ÀÎÁõ¼­¸¦ º¸ÀÓ //SetProperty("certmanui_GPKI", "GPKIonly"); //GPKI ÀÎÁõ¼­¸¸ º¸ÀÓ SetProperty("codepage", "949"); SetLogoPath(); //À̹ÌÁö URL ¼¼ÆÃ //SetCacheTime(100) //ÀÎÁõ¼­Ä³½¬Å¸ÀÓ default (360) //EnableCheckCRL(true); //°øÀÎÀÎÁõ¼­ CRLÈ®Àο©ºÎ default (false) //DisableInvalidCert(true); //·Î±×ÀÎâ¿¡¼­ Æä±â/¸¸·áµÈÀÎÁõ¼­ Ç¥½Ã¿©ºÎ default (false) SetVerifyNegoTime(3600, 3600); //ÀÎÁõ¼­ À¯È¿±â°£ ¹üÀ§¿ÀÂ÷ default (0, 0) } /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// if (typeof(StartIniPlugin) != 'undefined') StartIniPlugin(); else setTimeout("StartIniPlugin()", 1000); //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////