Posted under » JavaScript on 22 March 2013
There are many ways to do this. This is but just one way
window.onload = function() { setTimeout("window.location.reload();", 30000); }
There are 3 parts to this.