wwWebPage::StartupScript

A collection of Script blocks that are rendered at the bottom of the Form. These scripts are automatically run when the page loads.

Scripts are added to the Page in the order they are added to the object.

lcScript = [window.setTimeout("window.location='newpage.wcsx';"),5000)]
this.Page.StartupScript.Add("PageReload",lcScript)

See also:

Class wwWebPage | wwWebPage::StartupScript

© West Wind Technologies, 1996-2022 • Updated: 11/13/06
Comment or report problem with topic