Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jlpowell

    Code to have running time from server.

    <script language=&quot;JavaScript&quot;> <!-- function startclock() { var thetime=new Date(); var nhours=thetime.getHours(); var nmins=thetime.getMinutes(); var nsecn=thetime.getSeconds(); var nday=thetime.getDay(); var nmonth=thetime.getMonth(); var...
  2. jlpowell

    Code to have running time from server.

    I have many JS / applet combos that effectively give me back time, but it isn't consistent because I want to get back server time not client time. I have code to get server time but does anyone know how I would get this to be a runnable clock (meaning time moves and shows on screen). Anyone...

Part and Inventory Search

Back
Top