Auto-Forwarding from a Transition Page

From Documentation
Jump to: navigation, search

Auto-Forwarding from a Transition Page

You can create a transition page that appears for a few seconds, for example, to display a product logo, and then forwards site visitors automatically to another page. You do this by inserting a META tag in the page's <HEAD>.

  1. In Page view, click in the Layout area of the transition page, and click the HTML button on the Layout Properties panel.

The Page HTML dialog appears.

  1. Click the head Inner button and type:
<METAHTTP-EQUIV="REFRESH" CONTENT="seconds; URL=http://server.domain.com/page.html">

where seconds is the number of seconds you want the transition page to appear, and http://server.domain.com/page.html is the URL of the page you want to link to.

  1. Click OK.

Preview the site to test the transition, and go to HTML Source view to see your code.