Created
May 26, 2012 15:56
-
-
Save huythang38/2794418 to your computer and use it in GitHub Desktop.
refresh web
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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