PATH |
WOMetaRefresh
Component Description
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).
Note that not all browsers support page refreshing.
Synopsis
WOMetaRefresh { seconds=aNumber; pageName=aString; | action=aMethod; };Bindings
- seconds
- Number of seconds before the page is refreshed.
- pageName
- Component to navigate to after the page is refreshed.
- action
- Action method to invoke after the page is refreshed.