사이트 내 전체검색
상태표시줄에 글자 안나오게 하기
https://cmd.kr/javascript/327 URL이 복사되었습니다.

본문

상태표시줄에 아무것도 나타나지 않게 해주는 스크립트입니다.
링크위에 마우스를 올릴때 하단 상태바에 해당 링크의 주소나 경로가 뜨는 것을 방지해 줍니다.

사용법은 <head>와 </head>사이에 넣으시기만 하면 됩니다.

.......................................................................................
<script>
function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>

출처 : http://www.aircon1004.com/data/bbs/board.php?bo_table=pds1&wr_id=139

댓글목록

등록된 댓글이 없습니다.

831 (6/17P)

Search

Copyright © Cmd 명령어 18.118.189.37