redirect to another page with timer

redirect to another page with timer

<HTML>
<script>
<!–
function autoChange()
{
var timeID = setTimeout(“location.href= ‘https://www.domain.com'”, 3000)
}
//–>
</script>
<BODY onLoad=”autoChange()”>
Deze pagina is verhuisd naar https://www.domain.com<BR>
Uw webbrowser zou dit automatisch moeten doorsturen.<BR>
Mocht uw browser dit niet doen, klik dan <A HREF=”http://www.domain.com”>hier</A> om verder te gaan.
</BODY>
</HTML>

paste in an index.php or an index.html

Leave a Reply

Your email address will not be published. Required fields are marked *

12 − three =

This site uses Akismet to reduce spam. Learn how your comment data is processed.