• Skip to primary navigation
  • Skip to content
  • Skip to footer
공대여자 github page

      공대여자

      Web Dev

      • HERE!
      • Website
      • GitHub
      • Instagram

      브라우저의 activeX 지원 체크

      less than 1 minute read

      function isSupportedActivex(){ if(window.ActiveXObject || “ActiveXObject” in window){ // ActiveX 사용 가능 환경 return true; }else{ alert(“active X 가 지원되지 않습니다.”); return false; } }


      🔗original-link

      Updated: April 14, 2014

      Share on

      Twitter Facebook LinkedIn
      Previous Next

      You May Also Enjoy

      less than 1 minute read

      less than 1 minute read

      less than 1 minute read

      less than 1 minute read

      • Feed
      © 2025 공대여자 github page. Powered by Jekyll & Minimal Mistakes.