Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q96 How do I redirect to another page after 5 seconds?

You are here: irt.org | FAQ | JavaScript | Redirect | Q96 [ previous next ]

<head>
<script language="JavaScript"><!--
setTimeout("top.location.href = 'http://www.somewhere.com/'",5000);
//--></script>
</head>

Feedback on 'Q96 How do I redirect to another page after 5 seconds?'

©2018 Martin Webb