Mega Code Archive

 
Categories / JavaScript DHTML / Window Browser
 

Screen update Interval

<html> <body> <button onclick="screen.updateInterval=2000; alert(screen.updateInterval);"> Update Interval </button> </body> </html>