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,677 / 55 Page
    [ G4 Basic 버전과 G4 DTD 버전에서는 wr_file 필드가 조금 다르게 ]

    G4 Basic 버전과 G4 DTD 버전에서는 wr_file 필드가 조금 다르게 되어있습니다. 일단 각 게시판에 wr_file 필드를 모두 추가…

    [ 배너 관리 프로그램 홈피에 추가하기 / 배추빌더lite 에 베너 추가 ] 댓글 1

    . . Shims HomePage [https://11q.kr 홈피] .배너 관리 프로그램 홈피에 추가하기 \r\n\r\n\r\n1.관련 파일을…

    [ [아미나 pc홈 수정 ]자동 상단 automenu _CSS 가로 메뉴 ]

    아미나 pc홈 수정 ]자동 상단 automenu _CSS 가로 메뉴 \r\n\r\n <!-- menu_auto 수정및 추가 방법 아미나 p…

    [ [latest] 최신글에 이미지를 출력 ]

    .\r\n[latest] 최신글에 이미지를 출력\r\n글쓴이 : zero 2011-09-14 11:27:14 (18,498)\r\nCHARSET…

    [ 림스모바일 자동메뉴 열고 닫기 ]

    림스모바일 자동메뉴 열고 닫기 \r\n-설치방법\r\n1)menu.php---- m폴더\r\n2)site_map.php---m폴더\r\n3)si…

    [ embed 배추스킨 html 삽입 ] 댓글 1

    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[이 게시물은 관리자님에 의해 2013-06-10 21:06:36 21.PC_BBS에서…

    [ auto Menu 자동메뉴 ]

    간격조정styles.css에서 padding: 0 28px; 조정<? include_once("$g4[path]/menu_assets/me…

    [ phpMyAdmin The service is disabled now. ]

    mysql 백업한 자료 복원 후phpMyAdmin The service is disabled now.메세지 나타나고phpMyAdmin 접속이 되…

    [ foscam ip cam 공유기설정 ]

    foscam ip cam 공유기설정\r\n\r\n11q.kr 는 네이버/구글에서 검색 찾아오세요.\n[이 게시물은 관리자님에 의해 2013-11…

    [ <a href="http://www.naver.com">네이버</a> ]

    11q.kr 는 네이버/구글에서 검색 찾아오세요\r\n--------------------------------------------------…

    [ 포토스테이션 포트 관련 ]

    http://cafe.naver.com/synologynas/9077\r\n11q.kr 는 네이버/구글에서 검색 찾아오세요.\r\n\r\n\n[…

    [ rimsoft mobile 림모바일 2.7.1 pc 크롬브라우저 게시판 보기 에러 error ]

    rimsoft mobile 림모바일 2.7.1 pc 크롬브라우저 게시판 보기 에러 error\r\nie 및 안드로이드 스마트폰에서는 ok\r\n…

    [ 아미나모바일빌드 v3 동영상 모바일에서 바로 재생하는법 ]

    아미나모바일빌드 v3 동영상 모바일에서 바로 재생하는법 http://www.youtube.com/embed/videoseries?list=PL1…

    [ shimss home index.php main 메인 인덱스 새단장 ] 댓글 1

    Photostation index.php 추가 내용\r\n\r\n\r\n###\r\n\r\n■ https://11q.kr는 정보를 찾아 공유 합…

    [ dsm 5.0 홈페이지 첨부 용량 늘리기 (펌글) ] 댓글 4

    config file editer를 이용하여 php.ini 수정/etc/php/php.ini,dsm5_php_ini***** 를 추가------…

    [ 시놀로지 NAS DS712+ 시스템사양/UPDATE준비 ]

    \r\n>\r\n>\r\n■ 11q.kr은 정보를 찾아 공유 합니다. https://11q.kr.com\r\nhttps://11q.k…

    [ 게시판 링크 주소를 없애는 방법 ]

    혹시 게시물에링크1에 주소을http://ipdisk.co.kr/publist/HDD1/xxxxx/han.zip이라고 넣었을 경우게시물 화면에서 …

    [ 초보자)NetDrive2 로 DISKSTATION 로컬드라이브 전체 연결 하기 ] 댓글 3

    ♠초보자)NetDrive2 로 DISKSTATION 로컬드라이브 전체 연결 하기\r\n1) Netdrive2.0 설치\r\n2) WebDAV\r…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-29 10:27:49

    오늘의 홈 현황


    • 현재 접속자♨ 548 명
    • 오늘 가입자※ 1 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 1,433 명
    • 어제 방문자 2,007 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,402,595 명
    • 전체 게시물※ 8,663 개
    • 전체 댓글수※ 24,788 개
    • 전체 회원수 11,075 명

    QR코드


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

    알림 0








    최신글↑