html5 - How to Set Timer in HTML? -
i want show loading(gif) image 3 seconds , want open website link(say http://example.com), after timer(3 seconds) complete. how set timeout in html?
you can use html redirect
<meta http-equiv="refresh" content="3; url=http://stackoverflow.com/" /> the number in content means seconds until page redirected next paramenter, url.

Comments
Post a Comment