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

Q1161 How do I use timeout to automatically go to a differnet HTML page within a set time?

You are here: irt.org | FAQ | JavaScript | Timeout | Q1161 [ previous next ]

Try:

<body onLoad="setTimeout('window.location.href=\"http://www.irt.org/\"',10000)">

Feedback on 'Q1161 How do I use timeout to automatically go to a differnet HTML page within a set time?'

©2018 Martin Webb