첨부파일 https://imweb.eond.com/coding/20468
http://miniwini.com/miniwinis/bbs/index.php?bid=share&m=search&mode=read&id=635&p=1&keyword=onfocus&scale=1&op=and&idx=1예전에 Aquatype님이 올리셨던 소스인데요

function autoBlur(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); }
document.onfocusin=autoBlur;

스크롤 메뉴를 사용하면 오류가 나오더라구요 그래서 조금 수정했습니다.

<script language="JavaScript">
<!-- function autoBlur(){
if(event.srcElement.tagName!="BODY") {
if(typeof(document.body)=='object')document.body.focus(); document.onfocusin = null; } }
document.onfocusin=autoBlur; // -->
</script>

이거두 버그 있네요..ㅠㅠ 플래쉬 메뉴가 이상해 저영.. 쓰지마세여.. 그래서 다쉬 수정.. ㅜㅜ
var blurInc; blurInc = 0;
function tempautoBlur(){
event.returnValue=true; document.onfocusin=autoBlur; }
function autoBlur(){
if(event.srcElement.tagName=="INPUT" || event.srcElement.tagName=="TEXTAREA" || event.srcElement.tagName=="SELECT" || event.srcElement.tagName=="OBJECT" ){
document.onfocusin = tempautoBlur; return ; }
if(event.srcElement.tagName=="EMBED")return ; if(event.srcElement.tagName!="BODY" && typeof(document.body)=='object') { document.body.focus(); event.returnValue=false; } } function OnLoad(){ document.onfocusin=autoBlur; } window.onload = OnLoad;
코멘트 1
접기/펴기 | 댓글 새로고침
  • 이온디
    세번째 추천.
    오전 02:17
    댓글
 
 
Total 235 articles in 4 / 12 pages
번호 제목 제목 날짜날짜
공지 코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) 2018/01/03
공지 jQuery를 배울수 있는 동네들입니다. 2013/08/09
공지 관련 링크 [1] 2010/05/23
175 [PHP] 사이트 테마 기능 구현하기 [1] 2007/04/18
174 [Script] DIV 레이어 토글 [1] 2007/04/21
173 [Script] PNG 알파 필터 사용하기 [1] 2007/04/21
172 [Script] 최소/최대화 버튼 없는 군더더기 없는 새창 띄우기 2007/04/22
171 [Script] 스위칭 탭 2007/08/19
170 [HTML5] pre 태그랑 xmp 태그의 차이점 [1] 2007/08/20
169 [미분류] 태터에 제로보드 넣기 & Next, Prev 버튼 감추기 (by SkyRejoice) 2007/08/27
168 [Script] 레이어를 이용한 서브 메뉴 2007/09/10
167 [Script] onload="allblur()" 2007/11/10
166 [Script] 입력폼에 배경 넣기 2008/12/22
165 Table to DIV 파일 [5] 2008/12/25
164 구글 인덱스 코드 파일 2008/12/25
163 CSS 강좌 2일차 : display : inline(혹은 block, none) 파일 2008/12/27
162 [DIV] 이미지 없이 CSS로 둥근 모서리 구현하기 [1] 2008/12/31
161 Rounded corners without images [1] 2008/12/31
160 이미지 없이 CSS로 둥근 모서리 구현하기(1) 2008/12/31
159 Rounded Corners 2008/12/31
158 크로스브라우징 팁 정리 [2] 2009/01/01
157 DIV와 Table for Layout 에 대한 코딩 이야기 [2] 2009/01/03
156 리다이렉트 방식에 대해서..... 2009/01/04

해시태그 디렉터리

지금 이순간

오늘의 핫게시물