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

· 20년 전 · 2393
<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,666
20년 전 조회 2,562
20년 전 조회 2,762
20년 전 조회 2,456
20년 전 조회 2,671
20년 전 조회 3,596
bbbking
20년 전 조회 5,448
20년 전 조회 3,812
20년 전 조회 3,262
20년 전 조회 6,019
bbbking
20년 전 조회 5,826
20년 전 조회 4,224
20년 전 조회 2,480
20년 전 조회 3,277
20년 전 조회 2,004
20년 전 조회 1,666
20년 전 조회 3,239
20년 전 조회 3,639
20년 전 조회 5,197
20년 전 조회 5,891
20년 전 조회 3,762
20년 전 조회 5,116
20년 전 조회 3,389
20년 전 조회 3,713
bbbking
20년 전 조회 8,033
bbbking
20년 전 조회 5,997
20년 전 조회 4,566
20년 전 조회 4,116
20년 전 조회 2,857
20년 전 조회 2,796
20년 전 조회 2,435
20년 전 조회 1,729
20년 전 조회 2,356
20년 전 조회 3,760
20년 전 조회 4,220
20년 전 조회 1.1만
20년 전 조회 5,136
20년 전 조회 3,455
20년 전 조회 3,272
20년 전 조회 3,922
20년 전 조회 2,161
20년 전 조회 3,250
20년 전 조회 3,435
20년 전 조회 2,497
20년 전 조회 5,573
20년 전 조회 2,618
20년 전 조회 3,057
20년 전 조회 4,300
20년 전 조회 2,709
20년 전 조회 2,394
20년 전 조회 3,780
20년 전 조회 2,182
20년 전 조회 3,669
20년 전 조회 2,575
20년 전 조회 3,017
20년 전 조회 2,313
20년 전 조회 3,429
20년 전 조회 3,020
20년 전 조회 3,150
20년 전 조회 2,244
20년 전 조회 1,958
20년 전 조회 2,444
20년 전 조회 2,075
20년 전 조회 1,762
20년 전 조회 1,951
20년 전 조회 4,059
20년 전 조회 1,777
20년 전 조회 2,109
20년 전 조회 2,445
20년 전 조회 1,921
20년 전 조회 3,062
20년 전 조회 2,113
20년 전 조회 2,191
20년 전 조회 3,754
20년 전 조회 3,062
20년 전 조회 2,192
20년 전 조회 1만
20년 전 조회 2,329
20년 전 조회 1,684
20년 전 조회 2,749
20년 전 조회 2,360
20년 전 조회 1,762
20년 전 조회 1,567
20년 전 조회 1,991
20년 전 조회 1,789
20년 전 조회 1,818
20년 전 조회 2,428
20년 전 조회 1,638
20년 전 조회 1,580
20년 전 조회 1,721
20년 전 조회 2,807
20년 전 조회 1,868
20년 전 조회 1,939
20년 전 조회 2,061
20년 전 조회 1,888
20년 전 조회 1,970
20년 전 조회 1,789
20년 전 조회 2,151
20년 전 조회 1,879
20년 전 조회 2,655