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

Q449 How can I redirect the browser to the next page after 5 seconds, but not before the page has loaded?

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

Use:

<body onLoad="setTimeout('location.href=/"nextpage.html/"',5000)">

Feedback on 'Q449 How can I redirect the browser to the next page after 5 seconds, but not before the page has loaded?'

©2018 Martin Webb