Action
Makes active the browser window that contains the BrowserChild. "Browser window" can refer to Browser, a ChildWin, a DialogBox, or any other MoveableWin.
Availability
This functionality is supported only if you are using the Classic Agent.
Syntax
BrowserChild.SetActive ( )
Notes
Typically you call this method when a page in your Web application brings up another window and you want to restore focus to the Web page itself.
Example
BrowserPage.SetActive ()