The WOMetaRefresh component inserts an HTML <META REFRESH=...> tag into your page, which instructs the user’s browser to display a new page after a specified time interval. You can use the WOMetaRefresh component to create pages that refresh themselves regularly (for example, a stock price page), or display a message and jump to a new page (for example, a page that jumps to a website from an outdated URL).
WOMetaRefresh { seconds=aNumber; pageName=aString; | action=aMethod; };
Number of seconds before the page is refreshed.
Component to navigate to after the page is refreshed.
Action method to invoke after the page is refreshed.
Last updated: 2004-12-02