FlyerTalk Forums - View Single Post - Quarter 4 Promotion coming September 16, 2008
Old Sep 15, 2008, 1:30 pm
  #80  
Starwood Lurker
Company Representative - Starwood
 
Join Date: Nov 2000
Location: Austin, Texas
Programs: Marriott Employee Level
Posts: 31,593
Originally Posted by gfowler-ord-1k
...BTW, could you pass on the IT team that the timing that they used for the countdown is not reliable. The setInterval function they used in updating the timer has know problems as it's timing varies slightly with different browsers and drifts.
Code:
function startTimer(){
		setInterval(function(){
			updateTimer('timer', 'days');
			seconds -= 1;
		}, 1000);
Maybe on another occasion. There is simply not enough time left to make a significant difference in this instance.

Best regards,

William R. Sanders
Online Guest Feedback Coordinator
Starwood Hotels & Resorts Worldwide

[email protected]
Starwood Lurker is offline