COMING SOON 🚀

[자바스크립트] 상태표시줄 제어 + 간단한 복사 제어

· 20년 전 · 2469
<head>
<!-- 상태바1 시작-->
<script language="javascript">
var name=" 상태표시줄 메시지 출력제어 "
var text=" "
var step = 0;
function statusbar()
{
text = name;
step++
if (step==5) {step=1}
if (step==1) {window.status='▶▶▶' + text + '◀◀◀'}
if (step==2) {window.status='▷▶▶' + text + '◀◀◁'}
if (step==3) {window.status='▶▷▶' + text + '◀◁◀'}
if (step==4) {window.status='▶▶▷' + text + '◁◀◀'}
setTimeout("statusbar()",100);
}
</script>
<!-- 상태바1 끝-->
<!-- 상태바2 시작-->
<script>
function hidestatus()
{
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>
<!-- 상태바2 끝-->
<!-- shift키 금지 시작-->
<script language="JavaScript">
function Stopkey() {
if (event.shiftKey)
alert("shift키는 사용하실 수 없답니다.");
}
</script>
<!-- shift키 금지 끝-->
</head>
<body onload="statusbar();" onkeydown="Stopkey()" oncontextmenu="return false" onselectstart="return false" ondragstart="return false"><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
20년 전 조회 2,734
20년 전 조회 2,636
20년 전 조회 2,833
20년 전 조회 2,534
20년 전 조회 2,743
20년 전 조회 3,669
bbbking
20년 전 조회 5,510
20년 전 조회 3,899
20년 전 조회 3,343
20년 전 조회 6,099
bbbking
20년 전 조회 5,894
20년 전 조회 4,301
20년 전 조회 2,562
20년 전 조회 3,340
20년 전 조회 2,078
20년 전 조회 1,729
20년 전 조회 3,320
20년 전 조회 3,718
20년 전 조회 5,261
20년 전 조회 5,965
20년 전 조회 3,836
20년 전 조회 5,187
20년 전 조회 3,456
20년 전 조회 3,796
bbbking
20년 전 조회 8,102
bbbking
20년 전 조회 6,060
20년 전 조회 4,637
20년 전 조회 4,191
20년 전 조회 2,917
20년 전 조회 2,877
20년 전 조회 2,508
20년 전 조회 1,806
20년 전 조회 2,419
20년 전 조회 3,834
20년 전 조회 4,292
20년 전 조회 1.1만
20년 전 조회 5,200
20년 전 조회 3,524
20년 전 조회 3,347
20년 전 조회 3,990
20년 전 조회 2,231
20년 전 조회 3,323
20년 전 조회 3,513
20년 전 조회 2,577
20년 전 조회 5,640
20년 전 조회 2,691
20년 전 조회 3,135
20년 전 조회 4,387
20년 전 조회 2,783
20년 전 조회 2,470
20년 전 조회 3,850
20년 전 조회 2,252
20년 전 조회 3,732
20년 전 조회 2,657
20년 전 조회 3,074
20년 전 조회 2,384
20년 전 조회 3,506
20년 전 조회 3,097
20년 전 조회 3,218
20년 전 조회 2,319
20년 전 조회 2,019
20년 전 조회 2,512
20년 전 조회 2,142
21년 전 조회 1,832
21년 전 조회 2,019
21년 전 조회 4,120
21년 전 조회 1,839
21년 전 조회 2,185
21년 전 조회 2,514
21년 전 조회 2,001
21년 전 조회 3,130
21년 전 조회 2,174
21년 전 조회 2,268
21년 전 조회 3,836
21년 전 조회 3,125
21년 전 조회 2,257
21년 전 조회 1만
21년 전 조회 2,400
21년 전 조회 1,751
21년 전 조회 2,824
21년 전 조회 2,422
21년 전 조회 1,830
21년 전 조회 1,642
21년 전 조회 2,059
21년 전 조회 1,849
21년 전 조회 1,891
21년 전 조회 2,507
21년 전 조회 1,705
21년 전 조회 1,643
21년 전 조회 1,788
21년 전 조회 2,880
21년 전 조회 1,946
21년 전 조회 2,010
21년 전 조회 2,137
21년 전 조회 1,962
21년 전 조회 2,031
21년 전 조회 1,848
21년 전 조회 2,216
21년 전 조회 1,945
21년 전 조회 2,712