여려가지 유용한 스크립트 모음
여려가지 유용한 스크립트 모음 /* 링크 점선 제거 */ function bluring(){ if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); } //document.onfocusin=bluring; // flashWrite(파일경로, 가로, 세로, 아이디, 배경색, 변수, 윈도우모드) function flashWrite(url,w,h,id,bg,vars,win){ // 플래시 코드 정의 var flashStr= ""; // 플래시 코드 출력 document.writeln(flashStr); } //동영상 function aviPlay(src,w,h) { document.writeln('') }..
더보기
사용자 PC 에 설치되어 있는 다양한 플러그인 확인
사용자 PC 에 설치되어 있는 다양한 플러그인(Flash, Windows Media Player, Java, Shockwave, RealPlayer, QuickTime, Acrobat Reader, SVG Viewer)을 체크하여 원하는 명령을 수행시킬 수 있습니다 n'); if (result) return name+','; else return ''; } function detectNS(ClassID,name) { n = ""; if (nse.indexOf(ClassID) != -1) if (navigator.mimeTypes[ClassID].enabledPlugin != null) n = name+","; return n; } pluginlist += navigator.javaEnabled() ? "..
더보기