Back to mininova labs
This is page 1
Click Here to be redirected to page 2.
Page 2 will take some time to laod because of an induced loading time by a sleep(2) in the php code.
Technical details
The pages to which the user is redirected are loaded in the background (in the hidden 'page' frame).
The redirect frame will be slided back when the onload function of the 'page' frame is called.
Pros
- Users won't see the page loading
- Redirect page only needs to be loaded once
Cons
- The back button will go back to the redirect page, so the user needs to hit back 2x (this is also true for normal redirect pages)
- The address bar doesn't show the current page
- Bookmark bookmarks the frame page, not the contents (Could be partialy fixed with a special bookmark link)