<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년 전
좋은 팁 넘넘 감사합니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 347 | ||
| 8029 | 9년 전 | 282 | ||
| 8028 | 9년 전 | 250 | ||
| 8027 | 9년 전 | 262 | ||
| 8026 | 9년 전 | 303 | ||
| 8025 | 9년 전 | 362 | ||
| 8024 | 9년 전 | 325 | ||
| 8023 | 9년 전 | 377 | ||
| 8022 | 9년 전 | 304 | ||
| 8021 | 9년 전 | 307 | ||
| 8020 | 9년 전 | 303 | ||
| 8019 | 9년 전 | 327 | ||
| 8018 | 9년 전 | 429 | ||
| 8017 | 9년 전 | 525 | ||
| 8016 | 9년 전 | 315 | ||
| 8015 | 9년 전 | 380 | ||
| 8014 | 9년 전 | 311 | ||
| 8013 | 9년 전 | 224 | ||
| 8012 | 9년 전 | 236 | ||
| 8011 | 9년 전 | 435 | ||
| 8010 | 9년 전 | 287 | ||
| 8009 | 9년 전 | 273 | ||
| 8008 | 9년 전 | 274 | ||
| 8007 | 9년 전 | 417 | ||
| 8006 | 9년 전 | 453 | ||
| 8005 |
|
9년 전 | 954 | |
| 8004 | 9년 전 | 336 | ||
| 8003 | 9년 전 | 407 | ||
| 8002 | 9년 전 | 315 | ||
| 8001 |
|
9년 전 | 653 | |
| 8000 | 9년 전 | 399 | ||
| 7999 | 9년 전 | 361 | ||
| 7998 | 9년 전 | 412 | ||
| 7997 | 9년 전 | 303 | ||
| 7996 | 9년 전 | 528 | ||
| 7995 | 9년 전 | 436 | ||
| 7994 | 9년 전 | 278 | ||
| 7993 | 9년 전 | 359 | ||
| 7992 | 9년 전 | 498 | ||
| 7991 | 9년 전 | 232 | ||
| 7990 | 9년 전 | 259 | ||
| 7989 | 9년 전 | 290 | ||
| 7988 | 9년 전 | 713 | ||
| 7987 | 9년 전 | 409 | ||
| 7986 | 9년 전 | 397 | ||
| 7985 | 9년 전 | 492 | ||
| 7984 | 9년 전 | 420 | ||
| 7983 | 9년 전 | 638 | ||
| 7982 | 9년 전 | 500 | ||
| 7981 | 9년 전 | 446 | ||
| 7980 | 9년 전 | 473 | ||
| 7979 | 9년 전 | 448 | ||
| 7978 | 9년 전 | 424 | ||
| 7977 | 9년 전 | 362 | ||
| 7976 | 9년 전 | 833 | ||
| 7975 | 9년 전 | 351 | ||
| 7974 | 9년 전 | 377 | ||
| 7973 | 9년 전 | 583 | ||
| 7972 | 9년 전 | 369 | ||
| 7971 | 9년 전 | 438 | ||
| 7970 | 9년 전 | 283 | ||
| 7969 | 9년 전 | 529 | ||
| 7968 | 9년 전 | 369 | ||
| 7967 | 9년 전 | 350 | ||
| 7966 | 9년 전 | 353 | ||
| 7965 |
|
9년 전 | 1002 | |
| 7964 | 9년 전 | 389 | ||
| 7963 | 9년 전 | 372 | ||
| 7962 | 9년 전 | 358 | ||
| 7961 |
전갈자리남자
|
9년 전 | 497 | |
| 7960 | 9년 전 | 947 | ||
| 7959 | 9년 전 | 539 | ||
| 7958 | 9년 전 | 394 | ||
| 7957 | 9년 전 | 355 | ||
| 7956 | 9년 전 | 362 | ||
| 7955 | 9년 전 | 428 | ||
| 7954 | 9년 전 | 353 | ||
| 7953 | 9년 전 | 414 | ||
| 7952 | 9년 전 | 338 | ||
| 7951 | 9년 전 | 484 | ||
| 7950 | 9년 전 | 369 | ||
| 7949 | 9년 전 | 378 | ||
| 7948 | 9년 전 | 313 | ||
| 7947 | 9년 전 | 915 | ||
| 7946 | 9년 전 | 409 | ||
| 7945 | 9년 전 | 377 | ||
| 7944 | 9년 전 | 384 | ||
| 7943 | 9년 전 | 355 | ||
| 7942 | 9년 전 | 391 | ||
| 7941 | 9년 전 | 377 | ||
| 7940 | 9년 전 | 864 | ||
| 7939 | 9년 전 | 315 | ||
| 7938 | 9년 전 | 361 | ||
| 7937 | 9년 전 | 261 | ||
| 7936 | 9년 전 | 865 | ||
| 7935 | 9년 전 | 422 | ||
| 7934 | 9년 전 | 389 | ||
| 7933 | 9년 전 | 466 | ||
| 7932 | 9년 전 | 445 | ||
| 7931 | 9년 전 | 503 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기