Skip to content

Instantly share code, notes, and snippets.

@huythang38
Created May 26, 2012 15:56
Show Gist options
  • Save huythang38/2794418 to your computer and use it in GitHub Desktop.
Save huythang38/2794418 to your computer and use it in GitHub Desktop.
refresh web
function Refresh()
{
var t=setTimeout("location.reload(true)",1000); //1000 tương ứng 1s
}
// <body onload="Refresh()">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment