[자바스크립트] 상태표시줄 제어 + 간단한 복사 제어
<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>
<!-- 상태바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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 230 | 20년 전 | 2085 | ||
| 229 | 20년 전 | 3146 | ||
| 228 | 20년 전 | 3338 | ||
| 227 | 20년 전 | 2415 | ||
| 226 | 20년 전 | 5494 | ||
| 225 | 20년 전 | 2534 | ||
| 224 | 20년 전 | 2975 | ||
| 223 | 20년 전 | 4212 | ||
| 222 | 20년 전 | 2612 | ||
| 221 | 20년 전 | 2302 | ||
| 220 | 20년 전 | 3687 | ||
| 219 | 20년 전 | 2083 | ||
| 218 | 20년 전 | 3579 | ||
| 217 | 20년 전 | 2490 | ||
| 216 | 20년 전 | 2927 | ||
| 215 | 20년 전 | 2236 | ||
| 214 | 20년 전 | 3348 | ||
| 213 | 20년 전 | 2927 | ||
| 212 | 20년 전 | 3065 | ||
| 211 | 20년 전 | 2153 | ||
| 210 | 20년 전 | 1911 | ||
| 209 | 20년 전 | 2368 | ||
| 208 | 20년 전 | 1995 | ||
| 207 | 20년 전 | 1686 | ||
| 206 | 20년 전 | 1862 | ||
| 205 | 20년 전 | 3958 | ||
| 204 | 20년 전 | 1683 | ||
| 203 | 20년 전 | 2021 | ||
| 202 | 20년 전 | 2363 | ||
| 201 | 20년 전 | 1838 | ||
| 200 | 20년 전 | 2968 | ||
| 199 | 20년 전 | 2012 | ||
| 198 | 20년 전 | 2094 | ||
| 197 | 20년 전 | 3667 | ||
| 196 | 20년 전 | 3003 | ||
| 195 | 20년 전 | 2111 | ||
| 194 | 20년 전 | 10261 | ||
| 193 | 20년 전 | 2259 | ||
| 192 | 20년 전 | 1614 | ||
| 191 | 20년 전 | 2678 | ||
| 190 | 20년 전 | 2299 | ||
| 189 | 20년 전 | 1698 | ||
| 188 | 20년 전 | 1498 | ||
| 187 | 20년 전 | 1921 | ||
| 186 | 20년 전 | 1743 | ||
| 185 | 20년 전 | 1790 | ||
| 184 | 20년 전 | 2373 | ||
| 183 | 20년 전 | 1580 | ||
| 182 | 20년 전 | 1492 | ||
| 181 | 20년 전 | 1634 | ||
| 180 | 20년 전 | 2733 | ||
| 179 | 20년 전 | 1817 | ||
| 178 | 20년 전 | 1865 | ||
| 177 | 20년 전 | 1996 | ||
| 176 | 20년 전 | 1810 | ||
| 175 | 20년 전 | 1878 | ||
| 174 | 20년 전 | 1704 | ||
| 173 | 20년 전 | 2067 | ||
| 172 | 20년 전 | 1792 | ||
| 171 | 20년 전 | 2573 | ||
| 170 | 20년 전 | 2287 | ||
| 169 | 20년 전 | 2566 | ||
| 168 | 20년 전 | 1500 | ||
| 167 | 20년 전 | 1590 | ||
| 166 | 20년 전 | 2169 | ||
| 165 | 20년 전 | 1649 | ||
| 164 | 20년 전 | 3784 | ||
| 163 | 20년 전 | 2683 | ||
| 162 | 20년 전 | 2103 | ||
| 161 | 20년 전 | 2813 | ||
| 160 | 20년 전 | 1747 | ||
| 159 | 20년 전 | 1624 | ||
| 158 | 20년 전 | 2577 | ||
| 157 | 20년 전 | 1504 | ||
| 156 | 20년 전 | 1755 | ||
| 155 | 20년 전 | 3240 | ||
| 154 | 20년 전 | 1914 | ||
| 153 | 20년 전 | 1636 | ||
| 152 | 20년 전 | 4971 | ||
| 151 | 20년 전 | 4590 | ||
| 150 | 20년 전 | 3528 | ||
| 149 | 20년 전 | 3812 | ||
| 148 | 20년 전 | 7095 | ||
| 147 | 20년 전 | 3565 | ||
| 146 | 20년 전 | 2641 | ||
| 145 | 20년 전 | 2633 | ||
| 144 | 20년 전 | 7175 | ||
| 143 | 20년 전 | 4618 | ||
| 142 | 20년 전 | 1909 | ||
| 141 | 20년 전 | 3256 | ||
| 140 | 20년 전 | 1974 | ||
| 139 | 20년 전 | 1594 | ||
| 138 | 20년 전 | 2318 | ||
| 137 | 20년 전 | 1793 | ||
| 136 | 20년 전 | 1464 | ||
| 135 | 20년 전 | 1802 | ||
| 134 | 20년 전 | 2974 | ||
| 133 | 20년 전 | 2459 | ||
| 132 | 20년 전 | 1713 | ||
| 131 | 20년 전 | 1664 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기