Eric Pascarello wrote:Grab the date object and calculate the time difference and use that time to set the setTimeout.
FYI, computer clocks are not the same so they will be off. Your system is going to be hammered all at once if you have a bunch of users using the system.
Eric
Thanks. I'll look into it. I think I was trying to use a variation on it before and having some issues, so hopefully it'll work better this time.
And I know the clocks may not be entirely the same, but this is an effort to get the refreshing of the data more "in sych". And I don't think our system is going to be too taxed. It's entirely an internal system, and only about 25 people in the whole of the company have access to it.
Thanks again....