Was this page helpful?

Meta.Refresh

    meta.Refresh(delay : double, redirect : uri) : xml
    

    Add an automatic reload/redirect to the page.

    Usage Restrictions

    9.02 or later

    Requires UNSAFECONTENT permission

    Parameters

    Name Type Description
    delay double delay in seconds
    redirect uri? redirect URI (optional, default: current page)

    Result

    The meta-refresh statement is displayed as part of the page metadata.

    Samples

        Output

    Add a refresh header to reload the current page every 30 seconds:

    									{{meta.refresh(30) }} 

    The change appears in the page's HTML head element:

    <meta name="refresh" content="30" />
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by