ShowBrowserWindow - web automation method

Not available in Open Twebst edition!
Shows, hides, maximizes, minimizes, restores or puts in foreground the browser window.

Applies to:
Browser
  browserObj.ShowBrowserWindow(show_window_constant);
Arguments:
Remarks:
In case of failure this method throws a script exception and the lastError property of the Core object is set to FAIL_ERROR or BROWSER_CONNECTION_LOST_ERROR.
Example:
var coreObj    = new ActiveXObject("Twebst.Core");
var newBrowser = coreObj.StartBrowser("http://www.codecentrix.com/");
newBrowser.ShowBrowserWindow(newBrowser.SHOW_IN_FOREGROUND);
		
See also:
Browser | Close | foregroundBrowser | StartBrowser | StartHiddenBrowser

© 2014 CodeCentrix Software. All rights reserved.