ASP/AJAX - How to get the time between an server request and response?
- by Julian
Whenver Ajax requests new data from the server this can sometimes take a a second or two.
Now I want to know, how can I get this time between the ajax request and the response it gets from the server?
I need this because an ajax timer I'm running ain't perfectly doing his stuff. It got some delay whenever it needs to reset to it's original time.
…