첨부파일 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 11 / 12 pages
번호 제목 제목 날짜날짜
공지 코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) 2018/01/03
공지 jQuery를 배울수 있는 동네들입니다. 2013/08/09
공지 관련 링크 [1] 2010/05/23
35 [미분류] 현재 필요한 팁(임시) 2004/05/22
34 [Form] 폼 이동 시(탭키 이용) 순서 정하기 (by 술도) 2004/05/21
33 [Form] 입력 시 alt + S 먹히게 하기 2004/05/21
32 [Script] 부모창 닫고 새창 띄우기 (by zero) 2004/05/13
31 [PHP] 퍼미션 변경 2004/05/08
30 [HTML5] html 페이지 나누어 깔끔하게 출력하기 2004/05/07
29 [HTML5] 테이블과 관련된 몇가지 태그(업데이트 날짜: 04/05/20) 2004/05/07
28 [Script] 새창 띄우고 자동 리사이징 (by Aquatype) 2004/05/06
27 [Script] 접속 시 자동으로 새창 띄우고, 띄워져 있으면 새로고침해도 안 띄우기 (by Aquatype) 2004/05/06
26 [Script] 링크 자동으로 onfocus="blur()" 붙이기 (by 후니) [2] 2004/05/05
현재글 [Script] 링크 자동으로 onfocus="blur()" 붙이기 (by 멋진돌) [1] 2004/05/05
24 [Script] 링크 자동으로 onfocus="blur()" 붙이기 (by 라지엘) 2004/05/05
23 [PHP] www 자동 리다이렉션 시켜주기 2004/05/04
22 [PHP] 홈페이지 URL 변수화 작업 두번째 방법(by 호경) 2004/05/01
21 [PHP] 홈페이지 링크를 변수화 한다는 것은 참 재밌어요. 2004/05/01
20 [HTML5] 큰 이미지 업로드 할때 테이블 뚫지 못하게 하기(reedyfox.com) 2004/05/01
19 [Script] body에 2개 이상의 인자 띄우기 2004/04/27
18 [HTML5] 작은 창으로 새창 열기 [2] 2004/04/25
17 [HTML5] [질문] 폼 타겟 지정하기 2004/04/24
16 [HTML5] 레이어1은 보이고 레이어2는 감추기 [2] 2004/04/23

해시태그 디렉터리

오늘의 핫게시물