<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년 전 | 393 | ||
| 8029 | 9년 전 | 322 | ||
| 8028 | 9년 전 | 282 | ||
| 8027 | 9년 전 | 290 | ||
| 8026 | 9년 전 | 358 | ||
| 8025 | 9년 전 | 400 | ||
| 8024 | 9년 전 | 362 | ||
| 8023 | 9년 전 | 408 | ||
| 8022 | 9년 전 | 328 | ||
| 8021 | 9년 전 | 343 | ||
| 8020 | 9년 전 | 337 | ||
| 8019 | 9년 전 | 355 | ||
| 8018 | 9년 전 | 457 | ||
| 8017 | 9년 전 | 545 | ||
| 8016 | 9년 전 | 357 | ||
| 8015 | 9년 전 | 403 | ||
| 8014 | 9년 전 | 337 | ||
| 8013 | 9년 전 | 255 | ||
| 8012 | 9년 전 | 261 | ||
| 8011 | 9년 전 | 459 | ||
| 8010 | 9년 전 | 313 | ||
| 8009 | 9년 전 | 323 | ||
| 8008 | 9년 전 | 300 | ||
| 8007 | 9년 전 | 443 | ||
| 8006 | 9년 전 | 483 | ||
| 8005 |
|
9년 전 | 980 | |
| 8004 | 9년 전 | 369 | ||
| 8003 | 9년 전 | 437 | ||
| 8002 | 9년 전 | 331 | ||
| 8001 |
|
9년 전 | 678 | |
| 8000 | 9년 전 | 435 | ||
| 7999 | 9년 전 | 391 | ||
| 7998 | 9년 전 | 448 | ||
| 7997 | 9년 전 | 322 | ||
| 7996 | 9년 전 | 551 | ||
| 7995 | 9년 전 | 484 | ||
| 7994 | 9년 전 | 359 | ||
| 7993 | 9년 전 | 422 | ||
| 7992 | 9년 전 | 528 | ||
| 7991 | 9년 전 | 268 | ||
| 7990 | 9년 전 | 305 | ||
| 7989 | 9년 전 | 318 | ||
| 7988 | 9년 전 | 745 | ||
| 7987 | 9년 전 | 450 | ||
| 7986 | 9년 전 | 447 | ||
| 7985 | 9년 전 | 521 | ||
| 7984 | 9년 전 | 443 | ||
| 7983 | 9년 전 | 685 | ||
| 7982 | 9년 전 | 547 | ||
| 7981 | 9년 전 | 496 | ||
| 7980 | 9년 전 | 521 | ||
| 7979 | 9년 전 | 505 | ||
| 7978 | 9년 전 | 477 | ||
| 7977 | 9년 전 | 414 | ||
| 7976 | 9년 전 | 869 | ||
| 7975 | 9년 전 | 381 | ||
| 7974 | 9년 전 | 409 | ||
| 7973 | 9년 전 | 619 | ||
| 7972 | 9년 전 | 400 | ||
| 7971 | 9년 전 | 470 | ||
| 7970 | 9년 전 | 320 | ||
| 7969 | 9년 전 | 558 | ||
| 7968 | 9년 전 | 396 | ||
| 7967 | 9년 전 | 387 | ||
| 7966 | 9년 전 | 392 | ||
| 7965 |
|
9년 전 | 1030 | |
| 7964 | 9년 전 | 418 | ||
| 7963 | 9년 전 | 424 | ||
| 7962 | 9년 전 | 404 | ||
| 7961 |
전갈자리남자
|
9년 전 | 518 | |
| 7960 | 9년 전 | 984 | ||
| 7959 | 9년 전 | 563 | ||
| 7958 | 9년 전 | 422 | ||
| 7957 | 9년 전 | 377 | ||
| 7956 | 9년 전 | 377 | ||
| 7955 | 9년 전 | 471 | ||
| 7954 | 9년 전 | 403 | ||
| 7953 | 9년 전 | 451 | ||
| 7952 | 9년 전 | 377 | ||
| 7951 | 9년 전 | 515 | ||
| 7950 | 9년 전 | 408 | ||
| 7949 | 9년 전 | 398 | ||
| 7948 | 9년 전 | 336 | ||
| 7947 | 9년 전 | 949 | ||
| 7946 | 9년 전 | 456 | ||
| 7945 | 9년 전 | 413 | ||
| 7944 | 9년 전 | 453 | ||
| 7943 | 9년 전 | 396 | ||
| 7942 | 9년 전 | 416 | ||
| 7941 | 9년 전 | 410 | ||
| 7940 | 9년 전 | 909 | ||
| 7939 | 9년 전 | 379 | ||
| 7938 | 9년 전 | 411 | ||
| 7937 | 9년 전 | 301 | ||
| 7936 | 9년 전 | 897 | ||
| 7935 | 9년 전 | 474 | ||
| 7934 | 9년 전 | 442 | ||
| 7933 | 9년 전 | 552 | ||
| 7932 | 9년 전 | 514 | ||
| 7931 | 9년 전 | 563 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기