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

· 20년 전 · 2398
<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,566
20년 전 조회 2,763
20년 전 조회 2,461
20년 전 조회 2,674
20년 전 조회 3,599
bbbking
20년 전 조회 5,450
20년 전 조회 3,814
20년 전 조회 3,264
20년 전 조회 6,020
bbbking
20년 전 조회 5,828
20년 전 조회 4,230
20년 전 조회 2,481
20년 전 조회 3,279
20년 전 조회 2,007
20년 전 조회 1,668
20년 전 조회 3,239
20년 전 조회 3,642
20년 전 조회 5,200
20년 전 조회 5,892
20년 전 조회 3,764
20년 전 조회 5,120
20년 전 조회 3,392
20년 전 조회 3,718
bbbking
20년 전 조회 8,035
bbbking
20년 전 조회 5,999
20년 전 조회 4,568
20년 전 조회 4,121
20년 전 조회 2,860
20년 전 조회 2,797
20년 전 조회 2,439
20년 전 조회 1,734
20년 전 조회 2,358
20년 전 조회 3,765
20년 전 조회 4,224
20년 전 조회 1.1만
20년 전 조회 5,140
20년 전 조회 3,460
20년 전 조회 3,275
20년 전 조회 3,924
20년 전 조회 2,165
20년 전 조회 3,254
20년 전 조회 3,438
20년 전 조회 2,499
20년 전 조회 5,573
20년 전 조회 2,620
20년 전 조회 3,060
20년 전 조회 4,305
20년 전 조회 2,710
20년 전 조회 2,399
20년 전 조회 3,782
20년 전 조회 2,183
20년 전 조회 3,669
20년 전 조회 2,578
20년 전 조회 3,018
20년 전 조회 2,313
20년 전 조회 3,433
20년 전 조회 3,025
20년 전 조회 3,153
20년 전 조회 2,244
20년 전 조회 1,960
20년 전 조회 2,445
20년 전 조회 2,076
20년 전 조회 1,765
20년 전 조회 1,951
20년 전 조회 4,059
20년 전 조회 1,779
20년 전 조회 2,111
20년 전 조회 2,448
20년 전 조회 1,926
20년 전 조회 3,066
20년 전 조회 2,116
20년 전 조회 2,194
20년 전 조회 3,757
20년 전 조회 3,064
20년 전 조회 2,193
20년 전 조회 1만
20년 전 조회 2,330
20년 전 조회 1,684
20년 전 조회 2,752
20년 전 조회 2,360
20년 전 조회 1,765
20년 전 조회 1,568
20년 전 조회 1,994
20년 전 조회 1,790
20년 전 조회 1,822
20년 전 조회 2,428
20년 전 조회 1,640
20년 전 조회 1,582
20년 전 조회 1,725
20년 전 조회 2,809
20년 전 조회 1,871
20년 전 조회 1,940
20년 전 조회 2,066
20년 전 조회 1,890
20년 전 조회 1,974
20년 전 조회 1,789
20년 전 조회 2,156
20년 전 조회 1,881
20년 전 조회 2,656