Atrybut updateInterval HTML DOM
definicja i użycie
Atrybut updateInterval można ustawić lub zwrócić szybkość odświeżania ekranu.
gramatyka
screen.updateInterval=numer
przykład
<html> <body> <script type="text/javascript"> document.write("<p>Update Interval: ") document.write(screen.updateInterval + "</p>") </script> </body> </html>