Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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

irt.org | Knowledge Base | JavaScript | Redirect | Q96 [ previous next ]

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

<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?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.