Following code will show the visitors that the URL will be redirected in 10 Second. <pre> <script type = "text/javascript"> <!-- function Redirect() { window.location = "https://forums.powerhoster.com"; } document.write("You will be redirected to main page in 10 sec."); setTimeout('Redirect()', 10000); //--> </script> </pre>
Tagged: Javascript, Redirect
Following code will show the visitors that the URL will be redirected in 10 Second. <pre> <script type = “text/javascript”> <!– functi
[See the full post at: Redirect URL by Javascript with redirect time display.]
Redirect URL by Javascript with redirect time display.