Opens a new browser window
#Include <FF.au3>
_FFWindowOpen([$sURL = "about:blank"[, $bActivate = True[, $bLoadWait = True]]])
Parameters
$sURL | URL "about:blank" = (Default) |
Return Value
Success: | Returns 1 and sets @EXTENDED = window handle (hwnd) |
Failure: | Returns 0 and sets @ERROR |
@ERROR: | 0 ($_FF_ERROR_Success) 3 ($_FF_ERROR_InvalidDataType) |
Remarks
Wird kein Protokoll mit angegeben wird automatisch "http://" vorangestellt.
Links
https://developer.mozilla.org/En/DOM/Window
Related
_FFWindowSelect, _FFWindowClose, _FFWindowGetHandle
Example