<body>
<p align=center>
<font style="color:#787878;font-size:9pt">
페이지 자동 새로고침 예제 입니다 <br><br>
아래의 상태바에 안내문이..
</font>
<script language="javascript">
var limit="0:10"
if (document.images){
var parselimit=limit.split(":")
parselimit=parselimit[0]*60+parselimit[1]*1
}
function beginrefresh(){
if (!document.images)
return
if (parselimit==1)
window.location.reload()
else{
parselimit-=1
curmin=Math.floor(parselimit/60)
cursec=parselimit%60
if (curmin!=0)
curtime=curmin+" minutes and "+cursec+"초 후에 자동으로 페이지를 새로고침 합니다!"
else
curtime=cursec+"초 후에 자동으로 페이지를 새로고침 합니다!"
window.status=curtime
setTimeout("beginrefresh()",1000)
}
}
window.onload=beginrefresh
</script>
</body><input type=button name=simabuttonviewsource value="View Source" onClick='window.location="view-source:"+window.location.href'>
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 27 | 21년 전 | 5790 | ||
| 26 | 21년 전 | 3072 | ||
| 25 | 21년 전 | 6060 | ||
| 24 | 18년 전 | 3656 | ||
| 23 | 21년 전 | 3616 | ||
| 22 | 21년 전 | 4226 | ||
| 21 | 21년 전 | 3809 | ||
| 20 | 21년 전 | 4186 | ||
| 19 | 21년 전 | 6635 | ||
| 18 | 21년 전 | 4721 | ||
| 17 | 21년 전 | 6954 | ||
| 16 | 21년 전 | 4164 | ||
| 15 | 21년 전 | 2614 | ||
| 14 | 21년 전 | 4959 | ||
| 13 | 21년 전 | 3381 | ||
| 12 |
Recluse
|
21년 전 | 3860 | |
| 11 |
아우겐나이스
|
21년 전 | 3549 | |
| 10 |
Recluse
|
21년 전 | 3382 | |
| 9 | 21년 전 | 3950 | ||
| 8 | 21년 전 | 5128 | ||
| 7 | 21년 전 | 4692 | ||
| 6 | 21년 전 | 5646 | ||
| 5 | 21년 전 | 4059 | ||
| 4 | 21년 전 | 4816 | ||
| 3 | 21년 전 | 4668 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기