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 gkittelson 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: *

  • Users: Blui
  • Order by date
  1. Blui

    time based image alteration - Help

    Sorry, I got it wrong it doesn't work correctly, the time if statement is not working correctly:- if (day_night<=20 || day_night > 7) It needs to be 7am till 8pm (0700 to 2000), again any help would be appreciated
  2. Blui

    time based image alteration - Help

    Thanks people, I eventually managed to get it working - the codes below should anyone need it:- <script type="text/javascript"> var current= new Date() var day_night=current.getHours() if (day_night<=20 || day_night > 7) document.write("<img src='boatblueheader.jpg'>") else document.write("<img...
  3. Blui

    time based image alteration - Help

    Hi People, I have spent seveearl hours trying to find a javascript code that will do the following:- If the clients computer time is between 7am and 8pm it shows a particular image and if the computers time is between 8pm and 7am it dipslays a different image, The header will alter basically to...

Part and Inventory Search

Back
Top