You may have seen pages on the web which tell you that a page has moved to a different URL, and the browser will automatically open the new page after a few seconds. You can acheive this effect in Constructor 99 using the Redirection Wizard, which you can load using the Insert | Redirection menu item.
Example
Click on this link to load a page. This page will automatically be reloaded after 5 seconds.
Description
The second page, page2.html, contains a tag which 'redirects' the browser back to this page after 5 seconds. Some browsers do not support this, so you should always include a link to the page as well.
How To Make It
First, create the second page. Open the redirection wizard using the Insert | Redirection menu item, and enter the address of the page you want to load, in this case redirect.html. You also need to enter the number of seconds you want the browser to wait before opening this page. Enter this as 5 seconds. You need to allow a time delay in most cases of using this feature, as people may have made a bookmark in their browser for the old address, and you need to give them time to change it. However, you can set this time to 0 to load the next page immediately. Click on Finish to insert this information into the page.
Create the rest of the information in the page as described in the link example. Save the page as page2.html. Create a link from another page to page2.html, and save this new file as redirect.html. Clicking on the link in redirect.html will load page2.html, and after 5 seconds redirect.html will be loaded again.