Legacy Mac OS X Reference Library Apple Developer Connection

WOMetaRefresh

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).

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.



Last updated: 2004-12-02

Did this document help you? Yes It's good, but... Not helpful...