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

· 20년 전 · 2457
<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,726
20년 전 조회 2,632
20년 전 조회 2,830
20년 전 조회 2,525
20년 전 조회 2,737
20년 전 조회 3,666
bbbking
20년 전 조회 5,506
20년 전 조회 3,890
20년 전 조회 3,338
20년 전 조회 6,089
bbbking
20년 전 조회 5,887
20년 전 조회 4,296
20년 전 조회 2,553
20년 전 조회 3,334
20년 전 조회 2,071
20년 전 조회 1,724
20년 전 조회 3,311
20년 전 조회 3,710
20년 전 조회 5,258
20년 전 조회 5,956
20년 전 조회 3,831
20년 전 조회 5,184
20년 전 조회 3,453
20년 전 조회 3,787
bbbking
20년 전 조회 8,096
bbbking
20년 전 조회 6,054
20년 전 조회 4,633
20년 전 조회 4,189
20년 전 조회 2,915
20년 전 조회 2,866
20년 전 조회 2,504
20년 전 조회 1,802
20년 전 조회 2,416
20년 전 조회 3,827
20년 전 조회 4,285
20년 전 조회 1.1만
20년 전 조회 5,196
20년 전 조회 3,519
20년 전 조회 3,341
20년 전 조회 3,983
20년 전 조회 2,228
20년 전 조회 3,317
20년 전 조회 3,509
20년 전 조회 2,572
20년 전 조회 5,633
20년 전 조회 2,683
20년 전 조회 3,128
20년 전 조회 4,378
20년 전 조회 2,774
20년 전 조회 2,458
20년 전 조회 3,845
20년 전 조회 2,251
20년 전 조회 3,725
20년 전 조회 2,648
20년 전 조회 3,066
20년 전 조회 2,375
20년 전 조회 3,497
20년 전 조회 3,092
20년 전 조회 3,210
20년 전 조회 2,312
20년 전 조회 2,013
20년 전 조회 2,505
20년 전 조회 2,134
20년 전 조회 1,823
20년 전 조회 2,012
20년 전 조회 4,117
20년 전 조회 1,835
20년 전 조회 2,173
20년 전 조회 2,507
20년 전 조회 1,993
20년 전 조회 3,124
20년 전 조회 2,170
20년 전 조회 2,260
20년 전 조회 3,826
20년 전 조회 3,121
20년 전 조회 2,254
20년 전 조회 1만
20년 전 조회 2,395
20년 전 조회 1,746
20년 전 조회 2,820
20년 전 조회 2,415
20년 전 조회 1,826
20년 전 조회 1,636
20년 전 조회 2,056
20년 전 조회 1,842
20년 전 조회 1,887
20년 전 조회 2,496
20년 전 조회 1,699
20년 전 조회 1,636
20년 전 조회 1,782
20년 전 조회 2,873
20년 전 조회 1,939
20년 전 조회 2,004
20년 전 조회 2,131
20년 전 조회 1,954
20년 전 조회 2,029
20년 전 조회 1,847
20년 전 조회 2,213
20년 전 조회 1,938
20년 전 조회 2,707