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

· 20년 전 · 2445
<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,717
20년 전 조회 2,621
20년 전 조회 2,815
20년 전 조회 2,506
20년 전 조회 2,719
20년 전 조회 3,652
bbbking
20년 전 조회 5,497
20년 전 조회 3,868
20년 전 조회 3,320
20년 전 조회 6,073
bbbking
20년 전 조회 5,873
20년 전 조회 4,278
20년 전 조회 2,537
20년 전 조회 3,322
20년 전 조회 2,058
20년 전 조회 1,713
20년 전 조회 3,296
20년 전 조회 3,699
20년 전 조회 5,243
20년 전 조회 5,939
20년 전 조회 3,815
20년 전 조회 5,176
20년 전 조회 3,441
20년 전 조회 3,766
bbbking
20년 전 조회 8,086
bbbking
20년 전 조회 6,047
20년 전 조회 4,613
20년 전 조회 4,174
20년 전 조회 2,903
20년 전 조회 2,852
20년 전 조회 2,489
20년 전 조회 1,785
20년 전 조회 2,407
20년 전 조회 3,814
20년 전 조회 4,271
20년 전 조회 1.1만
20년 전 조회 5,183
20년 전 조회 3,509
20년 전 조회 3,323
20년 전 조회 3,966
20년 전 조회 2,213
20년 전 조회 3,300
20년 전 조회 3,482
20년 전 조회 2,553
20년 전 조회 5,626
20년 전 조회 2,668
20년 전 조회 3,113
20년 전 조회 4,364
20년 전 조회 2,755
20년 전 조회 2,446
20년 전 조회 3,828
20년 전 조회 2,238
20년 전 조회 3,715
20년 전 조회 2,634
20년 전 조회 3,058
20년 전 조회 2,358
20년 전 조회 3,481
20년 전 조회 3,075
20년 전 조회 3,199
20년 전 조회 2,299
20년 전 조회 2,001
20년 전 조회 2,494
20년 전 조회 2,123
20년 전 조회 1,811
20년 전 조회 1,997
20년 전 조회 4,102
20년 전 조회 1,827
20년 전 조회 2,165
20년 전 조회 2,496
20년 전 조회 1,975
20년 전 조회 3,114
20년 전 조회 2,163
20년 전 조회 2,245
20년 전 조회 3,814
20년 전 조회 3,108
20년 전 조회 2,243
20년 전 조회 1만
20년 전 조회 2,385
20년 전 조회 1,733
20년 전 조회 2,803
20년 전 조회 2,407
20년 전 조회 1,812
20년 전 조회 1,618
20년 전 조회 2,048
20년 전 조회 1,833
20년 전 조회 1,878
20년 전 조회 2,472
20년 전 조회 1,684
20년 전 조회 1,629
20년 전 조회 1,769
20년 전 조회 2,857
20년 전 조회 1,917
20년 전 조회 1,982
20년 전 조회 2,111
20년 전 조회 1,941
20년 전 조회 2,018
20년 전 조회 1,833
20년 전 조회 2,207
20년 전 조회 1,930
20년 전 조회 2,701