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
    [ plex connect 플렉스코디커넥트 (PKC) ]

    플렉스코디커넥트 (PKC)croneter/PlexKodiConnect최고의 프론트 엔드 미디어 플레이어 코디와 최고의 멀티미디어 백엔드 서버 플…

    [ ● DS file(Android) 로 시놀로지서버에 스마트폰 모든 사진백업 ]

    ●DS file(Android) 로 시놀로지서버에 스마트폰 모든 사진백업준비)QuickConnect ID , id, 암호 확인 준비동작) 로그인…

    [ ● 시놀로지 MariaDB cpu 점유 사용 접속내용 확인 명령어 ]

    ● 시놀로지 MariaDB cpu 점유 사용 접속내용 확인 명령어[processlist]mysql> show processlist;또는 콘…

    [ 성공● xpenology ds3615 redpill boot loader ESXi 하이퍼바이저 가상화 서버 … ] 댓글 44

    성공● xpenology ds3615 redpill boot loaderESXi 하이퍼바이저 가상화 서버 설치 설정1) 사용 시스템 :ESXi …

    [ ● 헤놀로지 부트로더 redpill DiskIdxMap=00 변경 테스트 부팅과 disk 정보 보기 ] 댓글 1

    ● 헤놀로지 부트로더 redpillDiskIdxMap=00 변경 테스트부팅과 disk 정보 보기grub.cfg에DiskIdxMap=00 Sata…

    [ ● 트랜스코딩 활성화하는방법 >> ds3622xs+ dsm 7.1.1 성공 ] 댓글 3

    ●트랜스코딩 활성화하는방법 >> ds3622xs+ dsm 7.1.1 성공 https://svrforum.com/nas/91602참조 …

    [ 실패● Proxmox ( PVE)에서 xpenology redpill dsm7.0 설치 테스트 ]

    ● Proxmox PVE 에서 xpenology redpill dsm7.0 설치 테스트 기본 VM 구성 xpenology 설치하기자신만을 설정 …

    [ ● 설치된 드라브 목록 보기 )헤놀로지 RedPill tinyCore 만능부트로더 ]

    ● 설치된 드라브 목록)헤놀로지 RedPill tinyCore 만능부트로더빌드 진행후 바로 빌드된 드라이브 목록 보기 ext-manager.sh…

    [ ● ESX 및 인텔 터보 부스트 및 ESXi에서 CPU 주파수를 확인하는 방법 ]

    ●ESX 및 인텔 터보 부스트 및ESXi에서 CPU 주파수를 확인하는 방법-ESXi에서 CPU 주파수를 확인하는 방법esxcfg-info -w …

    [ 실패● 작업주의)acme.sh를 이용한 ECDSA Wildcard SSL 인증서 발급받는 방법 ] 댓글 2

    ● 작업)acme.sh를 이용한 ECDSA Wildcard SSL 인증서 발급받는 방법(실패)장비 : 시놀로지 DSM 7.1 https://a…

    [ ●메인 서버전환 성공) Xpenology boot loader ARPL로 전환 하기 ] 댓글 2

    ●메인 서버전환 성공) Xpenology boot loader ARPL로 전환 하기 ARPL BOOT LOADER 적용을 위한 준비 내용 1. …

    [ ● 시놀로지 네트워크 인터페이스 변경 속도가 높은 LAN 포트로 변경 합니다. ]

    ● 시놀로지 네트워크 인터페이스 변경속도가 높은 LAN 포트로 변경 합니다. 요즘 헤놀로지ARPL(Automated Redpill Loader)…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-07-05 02:54:42

    오늘의 홈 현황


    • 현재 접속자♨ 654(1) 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 8 명
    • 주간 가입자※ 17 명
    • 오늘 방문자 895 명
    • 어제 방문자 2,205 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,414,398 명
    • 전체 게시물※ 8,677 개
    • 전체 댓글수※ 24,827 개
    • 전체 회원수 11,089 명

    QR코드


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

    알림 0








    최신글↑