첨부파일 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 2 / 12 pages
번호 제목 제목 날짜날짜
공지 코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) 2018/01/03
공지 jQuery를 배울수 있는 동네들입니다. 2013/08/09
공지 관련 링크 [1] 2010/05/23
215 [Script] body에 2개 이상의 인자 띄우기 2004/04/27
214 [HTML5] 큰 이미지 업로드 할때 테이블 뚫지 못하게 하기(reedyfox.com) 2004/05/01
213 [PHP] 홈페이지 링크를 변수화 한다는 것은 참 재밌어요. 2004/05/01
212 [PHP] 홈페이지 URL 변수화 작업 두번째 방법(by 호경) 2004/05/01
211 [PHP] www 자동 리다이렉션 시켜주기 2004/05/04
210 [Script] 링크 자동으로 onfocus="blur()" 붙이기 (by 후니) [2] 2004/05/05
209 [Script] 링크 자동으로 onfocus="blur()" 붙이기 (by 라지엘) 2004/05/05
현재글 [Script] 링크 자동으로 onfocus="blur()" 붙이기 (by 멋진돌) [1] 2004/05/05
207 [Script] 접속 시 자동으로 새창 띄우고, 띄워져 있으면 새로고침해도 안 띄우기 (by Aquatype) 2004/05/06
206 [Script] 새창 띄우고 자동 리사이징 (by Aquatype) 2004/05/06
205 [HTML5] 테이블과 관련된 몇가지 태그(업데이트 날짜: 04/05/20) 2004/05/07
204 [HTML5] html 페이지 나누어 깔끔하게 출력하기 2004/05/07
203 [PHP] 퍼미션 변경 2004/05/08
202 [Script] 부모창 닫고 새창 띄우기 (by zero) 2004/05/13
201 [Form] 입력 시 alt + S 먹히게 하기 2004/05/21
200 [Form] 인풋 폼 이미지로 대체하기 [1] 2004/05/21
199 [Form] 폼 이동 시(탭키 이용) 순서 정하기 (by 술도) 2004/05/21
198 [미분류] 현재 필요한 팁(임시) 2004/05/22
197 [HTML5] HTML 태그 그대로 노출하기 2004/05/22
196 [Form] 새창에서 '확인' 누르면 부모창 리로드 시키기 (by 지진) 2004/05/22

해시태그 디렉터리

오늘의 핫게시물