<SCRIPT LANGUAGE="JavaScript">
var clocktext, timeday;
var pagetitle = document.title;
function scroll() {
today = new Date();
sec = today.getSeconds();
hr = today.getHours();
min = today.getMinutes();
if (hr < 12) { timeday = " AM"; }
else { timeday = " PM"; }
if (hr > 12) hr = hr - 12;
if (hr <= 9) hr = "0" + hr;
if (min <= 9) min = "0" + min;
if (sec <= 9) sec = "0" + sec;
var clocktext = " - " + hr + ":" + min + ":" + sec + timeday;
clocktimer = setTimeout("scroll()", 1000);
document.title = pagetitle + clocktext;
}
if (document.all) scroll();
</script>
------------------------------------------------------------------------------------
흔히 상태바에 표식하기는 적용하고있는데..
타이틀바에도 시계를 넣을수있는 스크립트군요..
익스에서 실험해보니 잘되는것같은데 다른 브라우저에서는 모르겠네요../...<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
var clocktext, timeday;
var pagetitle = document.title;
function scroll() {
today = new Date();
sec = today.getSeconds();
hr = today.getHours();
min = today.getMinutes();
if (hr < 12) { timeday = " AM"; }
else { timeday = " PM"; }
if (hr > 12) hr = hr - 12;
if (hr <= 9) hr = "0" + hr;
if (min <= 9) min = "0" + min;
if (sec <= 9) sec = "0" + sec;
var clocktext = " - " + hr + ":" + min + ":" + sec + timeday;
clocktimer = setTimeout("scroll()", 1000);
document.title = pagetitle + clocktext;
}
if (document.all) scroll();
</script>
------------------------------------------------------------------------------------
흔히 상태바에 표식하기는 적용하고있는데..
타이틀바에도 시계를 넣을수있는 스크립트군요..
익스에서 실험해보니 잘되는것같은데 다른 브라우저에서는 모르겠네요../...<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
댓글 4개
20년 전
글을올리자마자 추천수가2로되네요..자동설정인가보네요..^^;;
20년 전
흐~*
많이 바쁘신가 보네요^^;
관련링크 : http://sir.co.kr/bbs/board.php?bo_table=cm_free&wr_id=56413
많이 바쁘신가 보네요^^;
관련링크 : http://sir.co.kr/bbs/board.php?bo_table=cm_free&wr_id=56413
20년 전
아... 흔히 볼 수 없는 팁이네요*^^*
갈무리 합니다.
갈무리 합니다.
18년 전
좋은 팁 넘넘 감사합니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 930 | 19년 전 | 3541 | ||
| 929 |
|
19년 전 | 2701 | |
| 928 |
|
19년 전 | 3451 | |
| 927 |
|
19년 전 | 3442 | |
| 926 |
|
19년 전 | 3147 | |
| 925 | 19년 전 | 5431 | ||
| 924 |
|
19년 전 | 2167 | |
| 923 |
|
19년 전 | 2215 | |
| 922 |
|
19년 전 | 2308 | |
| 921 |
|
19년 전 | 3404 | |
| 920 | 19년 전 | 3704 | ||
| 919 |
|
19년 전 | 3745 | |
| 918 |
|
19년 전 | 2353 | |
| 917 |
|
19년 전 | 2391 | |
| 916 |
|
19년 전 | 2694 | |
| 915 | 19년 전 | 3038 | ||
| 914 | 19년 전 | 2457 | ||
| 913 | 19년 전 | 2625 | ||
| 912 | 19년 전 | 2454 | ||
| 911 | 19년 전 | 2211 | ||
| 910 | 19년 전 | 3241 | ||
| 909 | 19년 전 | 3295 | ||
| 908 | 19년 전 | 3031 | ||
| 907 |
|
19년 전 | 4870 | |
| 906 |
|
19년 전 | 2704 | |
| 905 |
|
19년 전 | 3314 | |
| 904 |
|
19년 전 | 3139 | |
| 903 |
|
19년 전 | 1984 | |
| 902 |
|
19년 전 | 3129 | |
| 901 |
|
19년 전 | 1869 | |
| 900 |
|
19년 전 | 2328 | |
| 899 |
|
19년 전 | 2399 | |
| 898 |
|
19년 전 | 3981 | |
| 897 |
|
19년 전 | 3181 | |
| 896 |
|
19년 전 | 3095 | |
| 895 |
|
19년 전 | 2535 | |
| 894 |
|
19년 전 | 2007 | |
| 893 |
|
19년 전 | 1643 | |
| 892 |
|
19년 전 | 2408 | |
| 891 |
|
19년 전 | 2326 | |
| 890 |
|
19년 전 | 1813 | |
| 889 |
|
19년 전 | 1810 | |
| 888 |
|
19년 전 | 2605 | |
| 887 |
|
19년 전 | 2579 | |
| 886 |
|
19년 전 | 1873 | |
| 885 |
|
19년 전 | 2106 | |
| 884 |
|
19년 전 | 3295 | |
| 883 |
|
19년 전 | 1949 | |
| 882 |
|
19년 전 | 2494 | |
| 881 |
|
19년 전 | 2576 | |
| 880 |
|
19년 전 | 2656 | |
| 879 |
|
19년 전 | 2936 | |
| 878 |
|
19년 전 | 2558 | |
| 877 |
|
19년 전 | 2982 | |
| 876 |
|
19년 전 | 2761 | |
| 875 |
|
19년 전 | 3519 | |
| 874 | 19년 전 | 1870 | ||
| 873 | 19년 전 | 2728 | ||
| 872 |
|
19년 전 | 2368 | |
| 871 |
|
19년 전 | 2015 | |
| 870 |
|
19년 전 | 2423 | |
| 869 |
|
19년 전 | 1869 | |
| 868 |
|
19년 전 | 5437 | |
| 867 |
|
19년 전 | 2257 | |
| 866 |
|
19년 전 | 4251 | |
| 865 |
|
19년 전 | 2294 | |
| 864 | 19년 전 | 1841 | ||
| 863 | 19년 전 | 2598 | ||
| 862 | 19년 전 | 2327 | ||
| 861 | 19년 전 | 2527 | ||
| 860 | 19년 전 | 2158 | ||
| 859 | 19년 전 | 3918 | ||
| 858 | 19년 전 | 3415 | ||
| 857 | 19년 전 | 2198 | ||
| 856 |
Power
|
19년 전 | 2106 | |
| 855 | 19년 전 | 1971 | ||
| 854 | 19년 전 | 1998 | ||
| 853 |
pearly
|
19년 전 | 4382 | |
| 852 |
pearly
|
19년 전 | 3352 | |
| 851 | 19년 전 | 2773 | ||
| 850 |
pearly
|
19년 전 | 3348 | |
| 849 |
pearly
|
19년 전 | 3006 | |
| 848 |
pearly
|
19년 전 | 2841 | |
| 847 | 19년 전 | 2352 | ||
| 846 |
|
19년 전 | 2163 | |
| 845 |
pearly
|
19년 전 | 2485 | |
| 844 | 19년 전 | 3095 | ||
| 843 | 19년 전 | 2126 | ||
| 842 |
pearly
|
19년 전 | 3120 | |
| 841 |
pearly
|
19년 전 | 3241 | |
| 840 | 19년 전 | 2918 | ||
| 839 |
|
19년 전 | 1935 | |
| 838 |
|
19년 전 | 1700 | |
| 837 |
|
19년 전 | 2320 | |
| 836 |
|
19년 전 | 2260 | |
| 835 |
|
19년 전 | 1638 | |
| 834 |
|
19년 전 | 1661 | |
| 833 |
|
19년 전 | 1567 | |
| 832 |
|
19년 전 | 2064 | |
| 831 |
|
19년 전 | 1616 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기