Forum Moderators: open

Message Too Old, No Replies

Auto-loading and looping pages

looping pages

         

jblunda

4:47 pm on May 4, 2009 (gmt 0)

10+ Year Member



Is there something out there that:

1. allows a page that loads a predetermined site
2. then after 5 or so minutes, move onto another site,
3. do this to a number of sites, and
4. loop this process?

whoisgregg

7:43 pm on May 4, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, jblunda!

You could use an <iframe> and a javascript function with a setTimeout that changes the src of the iframe every five minutes. The user would still be able to click around the sites and as long as none of them have a frame-breaker, every five minutes it'd be like they suddenly were moved to a new site without clicking anything.

If you had the container page exposed, (like with a visible toolbar) you could also display a countdown timer to when the next "jump" was set to occur.