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

· 20년 전 · 2396
<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,667
20년 전 조회 2,564
20년 전 조회 2,763
20년 전 조회 2,460
20년 전 조회 2,673
20년 전 조회 3,596
bbbking
20년 전 조회 5,448
20년 전 조회 3,812
20년 전 조회 3,264
20년 전 조회 6,019
bbbking
20년 전 조회 5,828
20년 전 조회 4,227
20년 전 조회 2,480
20년 전 조회 3,278
20년 전 조회 2,004
20년 전 조회 1,668
20년 전 조회 3,239
20년 전 조회 3,641
20년 전 조회 5,198
20년 전 조회 5,892
20년 전 조회 3,764
20년 전 조회 5,119
20년 전 조회 3,390
20년 전 조회 3,714
bbbking
20년 전 조회 8,034
bbbking
20년 전 조회 5,999
20년 전 조회 4,566
20년 전 조회 4,119
20년 전 조회 2,858
20년 전 조회 2,797
20년 전 조회 2,438
20년 전 조회 1,730
20년 전 조회 2,358
20년 전 조회 3,764
20년 전 조회 4,223
20년 전 조회 1.1만
20년 전 조회 5,139
20년 전 조회 3,458
20년 전 조회 3,274
20년 전 조회 3,922
20년 전 조회 2,162
20년 전 조회 3,252
20년 전 조회 3,435
20년 전 조회 2,498
20년 전 조회 5,573
20년 전 조회 2,619
20년 전 조회 3,059
20년 전 조회 4,305
20년 전 조회 2,710
20년 전 조회 2,397
20년 전 조회 3,781
20년 전 조회 2,182
20년 전 조회 3,669
20년 전 조회 2,577
20년 전 조회 3,018
20년 전 조회 2,313
20년 전 조회 3,429
20년 전 조회 3,024
20년 전 조회 3,153
20년 전 조회 2,244
20년 전 조회 1,960
20년 전 조회 2,445
20년 전 조회 2,075
20년 전 조회 1,765
20년 전 조회 1,951
20년 전 조회 4,059
20년 전 조회 1,777
20년 전 조회 2,109
20년 전 조회 2,448
20년 전 조회 1,924
20년 전 조회 3,065
20년 전 조회 2,114
20년 전 조회 2,193
20년 전 조회 3,754
20년 전 조회 3,064
20년 전 조회 2,193
20년 전 조회 1만
20년 전 조회 2,329
20년 전 조회 1,684
20년 전 조회 2,750
20년 전 조회 2,360
20년 전 조회 1,763
20년 전 조회 1,567
20년 전 조회 1,993
20년 전 조회 1,789
20년 전 조회 1,821
20년 전 조회 2,428
20년 전 조회 1,639
20년 전 조회 1,581
20년 전 조회 1,723
20년 전 조회 2,809
20년 전 조회 1,871
20년 전 조회 1,939
20년 전 조회 2,064
20년 전 조회 1,890
20년 전 조회 1,972
20년 전 조회 1,789
20년 전 조회 2,154
20년 전 조회 1,880
20년 전 조회 2,655