Forum Moderators: open
I'm creating a couple of new pages and I'd like to do something a little different with them.
On the home page, I've put a link to page two. "Click here to go to page two" (pageTwo.htm)
And what I'd like to do is, after the surfer clicks on the link to go to page two, have page two load and appear normally on the screen, and then after 10 seconds, have the surfer automatically go to page three. (pageThree.htm). All in the same window.
I'm thinking about using the onload event and the setTimeout() and clearTimeout() commands, but I'm not sure how to put it together.
Help!
Help!