Register



+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 11 to 15 of 15

Thread: clock on my site...

  1. #11
    kimox's Avatar
    Status : kimox is offline
    Age: 26
    Posts : 17
    Thanks : 0
    Thanked: 0
    Rep : 1
    kimox is on a distinguished road

    Default

    You guys are the best! You just know what exactly you are doing! Cool dudes!

  2. #12
    okapopin's Avatar
    Status : okapopin is offline
    Posts : 118
    Thanks : 0
    Thanked: 4
    Rep : 2
    okapopin is on a distinguished road

    Default

    Quote Originally Posted by rizwan007 View Post
    my site is in Joomla and i want to show a clock on my site which should be updated through some server but not with your computer date. so should i use java script or css??

    use java script
    see my site ---------> http://www.okapopin.co.nr

    java script code
    <form name="Tick">
    <input type="text" size="11" name="Clock" >&nbsp;GMT +07.00 <BR>
    </form>
    <script>
    <!--
    /*By George Chiang (JK's JavaScript tutorial)
    JavaScript Kit- Your comprehensive JavaScript, DHTML, CSS, and Ajax stop
    Credit must stay intact for use*/
    function show(){
    var Digital=new Date()
    var hours=Digital.getHours()
    var minutes=Digital.getMinutes()
    var seconds=Digital.getSeconds()
    var dn="AM"
    if (hours>12){
    dn="PM"
    hours=hours-12
    }
    if (hours==0)
    hours=12
    if (minutes<=9)
    minutes="0"+minutes
    if (seconds<=9)
    seconds="0"+seconds
    document.Tick.Clock.value=hours+":"+minutes+":"
    +seconds+" "+dn
    setTimeout("show()",100)
    }
    show()
    //-->
    </script>

  3. #13
    jeffbc's Avatar
    Status : jeffbc is offline
    Posts : 3
    Thanks : 0
    Thanked: 0
    Rep : 1
    jeffbc is on a distinguished road

    Thumbs up

    Thanks for all the info guys - I've been looking for a similar task myself!
    The most affordable and reliable VPS and dedicated servers!
    WooServers

  4. #14
    billzz's Avatar
    Status : billzz is offline
    Age: 27
    Posts : 14
    Thanks : 0
    Thanked: 0
    Rep : 1
    billzz is on a distinguished road

    Default

    is the java scrip works in wordpress?

  5. #15
    okapopin's Avatar
    Status : okapopin is offline
    Posts : 118
    Thanks : 0
    Thanked: 4
    Rep : 2
    okapopin is on a distinguished road

    Default

    jv script is work any were

+ Reply to Thread
Page 2 of 2
FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. World clock with unique display
    By JavaScript in forum Java Script/AJAX
    Replies: 0
    Last Post: 12-24-2009, 02:05 AM
  2. Site of the month contest - Suggest your site
    By Hafsoh in forum Community Contests
    Replies: 6
    Last Post: 11-19-2009, 05:22 PM
  3. Replies: 11
    Last Post: 10-12-2009, 02:29 PM
  4. Replies: 9
    Last Post: 07-02-2009, 10:52 AM
  5. Replies: 0
    Last Post: 02-09-2008, 07:01 PM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO Consult