Having not any answers to my previous questions about using javascript to measure page turn times, I\'m going to start writing my own code (!).
What is the better solution to manage Exit or Quit events when user exit to other pages with no action?. This event need to be raised only one time and be usefull to delete all temporary files or data
i used sometimes a \'loading\' method with the javascript onload & onunloadbody events.(www.restaurantebarocortico.com)
I\'ve searched for hours, but I couldn\'t find a solution for开发者_如何转开发 this. window.onbeforeunload = warn;