The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
They used to teach it in the DHTML & LayersPage Transitions page at HTML Goodies, but it was deleted for some reason. By "Page Transitions", I don't mean that I want a quick display between each page like in PowerPoint, but the thing which I mentioned above. I've forgotten the code. How's it done? Most websites use it with a page like:
"If the following page doesn't load in 5 seconds, please click here. . .blah blah blah".
> I prefer not to use JavaScript
> if there is an alternative way. It makes it just a little bit easier.
Suits me! At least I don't have to risk life and limb to find my little yellow book :-D
> monkey_man wrote:
> Did you want it to do a browser check?
A browser
> check was the very first thing I put on the pages.
Then I salute you!
> You can also do it with JS: settimeout(5,
> document.refresh("http://www.foo.com/") *I THINK*. I'll get back to
> you later with the exact code when I find my magic JS reference, but I think
> the option is better.
I prefer not to use JavaScript if there is an alternative way. It makes it just a little bit easier.
> Did you want it to do a browser check?
A browser check was the very first thing I put on the pages.