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

· 20년 전 · 2510
<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,768
20년 전 조회 2,665
20년 전 조회 2,863
20년 전 조회 2,570
20년 전 조회 2,778
20년 전 조회 3,700
bbbking
20년 전 조회 5,558
20년 전 조회 3,945
20년 전 조회 3,375
20년 전 조회 6,129
bbbking
20년 전 조회 5,928
20년 전 조회 4,350
20년 전 조회 2,602
20년 전 조회 3,383
20년 전 조회 2,107
20년 전 조회 1,758
20년 전 조회 3,346
20년 전 조회 3,753
20년 전 조회 5,294
20년 전 조회 6,010
20년 전 조회 3,873
20년 전 조회 5,219
20년 전 조회 3,490
20년 전 조회 3,835
bbbking
20년 전 조회 8,139
bbbking
20년 전 조회 6,101
20년 전 조회 4,668
20년 전 조회 4,234
20년 전 조회 2,948
20년 전 조회 2,910
20년 전 조회 2,546
20년 전 조회 1,839
20년 전 조회 2,459
20년 전 조회 3,871
20년 전 조회 4,327
20년 전 조회 1.1만
20년 전 조회 5,245
20년 전 조회 3,558
20년 전 조회 3,387
20년 전 조회 4,027
20년 전 조회 2,277
20년 전 조회 3,361
20년 전 조회 3,547
20년 전 조회 2,609
20년 전 조회 5,677
20년 전 조회 2,731
20년 전 조회 3,164
20년 전 조회 4,423
20년 전 조회 2,821
20년 전 조회 2,511
20년 전 조회 3,891
21년 전 조회 2,287
21년 전 조회 3,768
21년 전 조회 2,679
21년 전 조회 3,102
21년 전 조회 2,420
21년 전 조회 3,535
21년 전 조회 3,123
21년 전 조회 3,244
21년 전 조회 2,353
21년 전 조회 2,067
21년 전 조회 2,547
21년 전 조회 2,168
21년 전 조회 1,864
21년 전 조회 2,055
21년 전 조회 4,154
21년 전 조회 1,870
21년 전 조회 2,214
21년 전 조회 2,558
21년 전 조회 2,037
21년 전 조회 3,163
21년 전 조회 2,204
21년 전 조회 2,297
21년 전 조회 3,871
21년 전 조회 3,162
21년 전 조회 2,282
21년 전 조회 1만
21년 전 조회 2,431
21년 전 조회 1,780
21년 전 조회 2,851
21년 전 조회 2,450
21년 전 조회 1,858
21년 전 조회 1,669
21년 전 조회 2,091
21년 전 조회 1,882
21년 전 조회 1,920
21년 전 조회 2,543
21년 전 조회 1,741
21년 전 조회 1,673
21년 전 조회 1,810
21년 전 조회 2,913
21년 전 조회 1,974
21년 전 조회 2,044
21년 전 조회 2,169
21년 전 조회 1,985
21년 전 조회 2,066
21년 전 조회 1,874
21년 전 조회 2,249
21년 전 조회 1,966
21년 전 조회 2,741