11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


시계_html clock

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    \r\n\r\n\r\n
    <SCRIPT>
    function tick() {
      var hours, minutes, seconds, ap;
      var intHours, intMinutes, intSeconds;
      var today;
      today = new Date();
      intHours = today.getHours();
      intMinutes = today.getMinutes();
      intSeconds = today.getSeconds();
      if (intHours == 0) {
         hours = "12:";
         ap = "자정";
      } else if (intHours < 12) {
         hours = intHours+":";
         ap = "A.M.";
      } else if (intHours == 12) {
         hours = "12:";
         ap = "정오";
      } else {
         intHours = intHours - 12
         hours = intHours + ":";
         ap = "P.M.";
      }
      if (intMinutes < 10) {
         minutes = "0"+intMinutes+":";
      } else {
         minutes = intMinutes+":";
      }
      if (intSeconds < 10) {
         seconds = "0"+intSeconds+" ";
      } else {
         seconds = intSeconds+" ";
      }
      timeString = hours+minutes+seconds+ap;
      Clock.innerHTML = timeString;
      window.setTimeout("tick();", 100);
    }
    window.onload = tick;
    </SCRIPT>
    \n
    [이 게시물은 관리자님에 의해 2013-11-18 21:29:50 11.H_BBS에서 이동 됨]
    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    profile_image

    홈피관리자님의 댓글

    홈피관리자 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    &lt;META name=generator content="Namo WebEditor(Trial)"&gt;<BR>&lt;SCRIPT&gt;<BR>function tick() {<BR>&nbsp; var hours, minutes, seconds, ap;<BR>&nbsp; var intHours, intMinutes, intSeconds;<BR>&nbsp; var today;<BR>&nbsp; today = new Date();<BR>&nbsp; intHours = today.getHours();<BR>&nbsp; intMinutes = today.getMinutes();<BR>&nbsp; intSeconds = today.getSeconds();<BR>&nbsp; if (intHours == 0) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; hours = "12:";<BR>&nbsp;&nbsp;&nbsp;&nbsp; ap = "자정";<BR>&nbsp; } else if (intHours &lt; 12) { <BR>&nbsp;&nbsp;&nbsp;&nbsp; hours = intHours+":";<BR>&nbsp;&nbsp;&nbsp;&nbsp; ap = "A.M.";<BR>&nbsp; } else if (intHours == 12) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; hours = "12:";<BR>&nbsp;&nbsp;&nbsp;&nbsp; ap = "정오";<BR>&nbsp; } else {<BR>&nbsp;&nbsp;&nbsp;&nbsp; intHours = intHours - 12<BR>&nbsp;&nbsp;&nbsp;&nbsp; hours = intHours + ":";<BR>&nbsp;&nbsp;&nbsp;&nbsp; ap = "P.M.";<BR>&nbsp; }<BR>&nbsp; if (intMinutes &lt; 10) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; minutes = "0"+intMinutes+":";<BR>&nbsp; } else {<BR>&nbsp;&nbsp;&nbsp;&nbsp; minutes = intMinutes+":";<BR>&nbsp; }<BR>&nbsp; if (intSeconds &lt; 10) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; seconds = "0"+intSeconds+" ";<BR>&nbsp; } else {<BR>&nbsp;&nbsp;&nbsp;&nbsp; seconds = intSeconds+" ";<BR>&nbsp; } <BR>&nbsp; timeString = hours+minutes+seconds+ap;<BR>&nbsp; Clock.innerHTML = timeString;<BR>&nbsp; window.setTimeout("tick();", 100);<BR>}<BR>window.onload = tick;<BR>&lt;/SCRIPT&gt;<BR>&lt;DIV style="font-family:Verdana; font-size:40px; color:blue;" id=Clock align=left&gt;&lt;/DIV&gt;<BR>&lt;p align="left"&gt;&lt;a href="<A href='https://11q.kr/"><blink><strong><font'>https://11q.kr/"&gt;&lt;blink&gt;&lt;strong&gt;&lt;font</A> color="blue"&gt;&lt;span style="font-size:22pt; background-color:yellow;"&gt;[ https://11q.kr 홈피 ]&lt;/span&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/blink&gt;&lt;strong&gt;&lt;blink&gt;&lt;span style="font-size:22pt;"&gt; &lt;/span&gt;&lt;/blink&gt;&lt;/strong&gt;&lt;font color="blue"&gt;&lt;span style="font-size:22pt;"&gt;&lt;blink&gt;&lt;strong&gt;Shim's Web Hard Homepage&lt;/strong&gt;&lt;/blink&gt;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;<BR>

    profile_image

    홈피관리자님의 댓글

    홈피관리자 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (210.♡.41.89) 작성일

    <DIV style="FONT-FAMILY: Verdana; COLOR: blue; FONT-SIZE: 40px" align=left><FONT size=3>&lt;scRIPT&gt;<BR>function tick() {<BR>&nbsp; var hours, minutes, seconds, ap;<BR>&nbsp; var intHours, intMinutes, intSeconds;<BR>&nbsp; var today;<BR>&nbsp; today = new Date();<BR>&nbsp; intHours = today.getHours();<BR>&nbsp; intMinutes = today.getMinutes();<BR>&nbsp; intSeconds = today.getSeconds();<BR>&nbsp; if (intHours == 0) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; hours = "12:";<BR>&nbsp;&nbsp;&nbsp;&nbsp; ap = "자정";<BR>&nbsp; } else if (intHours &lt; 12) { <BR>&nbsp;&nbsp;&nbsp;&nbsp; hours = intHours+":";<BR>&nbsp;&nbsp;&nbsp;&nbsp; ap = "A.M.";<BR>&nbsp; } else if (intHours == 12) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; hours = "12:";<BR>&nbsp;&nbsp;&nbsp;&nbsp; ap = "정오";<BR>&nbsp; } else {<BR>&nbsp;&nbsp;&nbsp;&nbsp; intHours = intHours - 12<BR>&nbsp;&nbsp;&nbsp;&nbsp; hours = intHours + ":";<BR>&nbsp;&nbsp;&nbsp;&nbsp; ap = "P.M.";<BR>&nbsp; }<BR>&nbsp; if (intMinutes &lt; 10) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; minutes = "0"+intMinutes+":";<BR>&nbsp; } else {<BR>&nbsp;&nbsp;&nbsp;&nbsp; minutes = intMinutes+":";<BR>&nbsp; }<BR>&nbsp; if (intSeconds &lt; 10) {<BR>&nbsp;&nbsp;&nbsp;&nbsp; seconds = "0"+intSeconds+" ";<BR>&nbsp; } else {<BR>&nbsp;&nbsp;&nbsp;&nbsp; seconds = intSeconds+" ";<BR>&nbsp; } <BR>&nbsp; timeString = hours+minutes+seconds+ap;<BR>&nbsp; Clock.innerHTML = timeString;<BR>&nbsp; window.setTimeout("tick();", 100);<BR>}<BR>window.onload = tick;<BR>&lt;/scRIPT&gt;<BR></FONT></DIV>

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,684 / 15 Page
    [ U5PVR_ES탬색기 이용 어플백업작업 및 내부메모리(10Giga)에서 외장hdd2.5tera로 옮기기 ] 댓글 3

    U5PVR_ES탬색기 이용 어플백업작업 및 내부메모리(10Giga)에서 외장hdd2.5tera로 옮기기관련 파일 어플 저장 합니다 https:/…

    [ u5pvr 펌웨어 초기화후 설정 진행 및 초기 프로그램 설정 파일 ] 댓글 11

    구글 플레이어에서1) 파일 관리자 x-plore 설치 합니다 ( 내장하드 백업한 어플설치 조건) - X-plore 를 조회 설치 > 허용 …

    [ 시놀로지 알림 이메일 설정 테스트 서버 점검 ]

    시놀로지 알림 이메일 설정 테스트나스 이메일 계정 shimss@11q.kr아래와 같이 이메일 테스트 이상 없음설정참고로 그누보드 메일인증을 위한…

    [ Synology Intel CPU 기반 시스템에 ipkg 설치 ] 댓글 1

    xpenology,ipkg,installSynology Intel CPU 기반 시스템에 ipkg 설치ipkg 설치 작업을 아래정보를 확인 진행 …

    [ (해결방법 찾고 있음) apache http server 2.2 중지됨 ]

    apache http server 2.2 중지됨◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다. https://11q.kr ♠

    [ 펌)n3150 우분투 서버에서 tvheadend 하드웨어 트랜스코딩 성공했습니다. ]

    n3150 우분투 서버에서 tvheadend 하드웨어 트랜스코딩 성공했습니다....펌 자료 입니다.https://www.clien.net/ser…

    [ 홈페이지 페이지 이동(리다이렉트Redirect) index.html index.php .htaccess … ]

    HTML 페이지 이동(리다이렉트Redirect)저의 홈피 / 홈페이지페이지 이동(리다이렉트Redirect)index.html index.php.…

    [ 리눅스 웹 기반 모니터링 툴 netdata u5pvr 정보 ] 댓글 1

    리눅스 웹 기반 모니터링 툴 netdata u5pvr 정보https://cafe.naver.com/mk802/31149의정보저의 모니터링은htt…

    [ U5PVR 펨웨어 인터넷 업데이트/재설치 인터널 니눅스 설치후 재설치 합니다. ]

    U5PVR 펨웨어 인터넷 업데이트/재설치 인터널 니눅스 설치후 재설치 합니다.재설치전에home 디랙토리를 백업 해놓으세요< 초기설정>…

    [ 도돌 키보드 -안드로이드 tv /pc 키보드에서 하드웨어 키보드 한영 전환이 가능한 한글어플 ]

    도돌 키보드 -안드로이드 tv /pc 키보드에서 하드웨어 키보드 한영 전환이 가능한 한글어플gt-mini-a 에서 lg리모컨 한영전환을 사용을 …


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-07-03 00:35:05

    오늘의 홈 현황


    • 현재 접속자♨ 638 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 3 명
    • 주간 가입자※ 13 명
    • 오늘 방문자 740 명
    • 어제 방문자 2,223 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,410,092 명
    • 전체 게시물※ 8,673 개
    • 전체 댓글수※ 24,814 개
    • 전체 회원수 11,081 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑