<!-- 상태바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키 금지 끝-->
게시글 목록
| 번호 | 제목 |
|---|---|
| 12143 |
JavaScript
구글 맞춤검색 설정 방법, google custom search
|
| 12141 | |
| 12140 | |
| 12139 | |
| 12131 |
MySQL
1000만건 게시판에 도전합니다. 두번째
7
|
| 20381 | |
| 12130 |
MySQL
Join 을 이용한 delete
|
| 12129 | |
| 12128 | |
| 12127 |
PHP
미리 정의된 변수들 입니다.
|
| 12126 | |
| 12122 |
MySQL
1000만건 게시판에 도전합니다. 첫번째
3
|
| 12121 |
MySQL
select 해서 바로 insert하기
|
| 12120 | |
| 346 | |
| 12117 | |
| 12116 | |
| 12114 | |
| 345 | |
| 344 | |
| 343 | |
| 12113 | |
| 12102 |
PHP
텔레그램 푸쉬 봇
10
|
| 12101 | |
| 12100 |
OS
파일분할 분할압축 해제
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기