|
|
|
|
|
BrowserClose (Function) In french: NavigateurFerme Closes the current browser window and stops the execution of current code. You also have the ability to close a specific browser. Special cases: - Internet Explorer: For Internet security reasons, the browser requires authorization before closing.. If the user answers "No" to the closing request sent by the browser, the browser is not closed but the code currently run is stopped.
- FireFox: For Internet security reasons, FireFox refuses to close the browser if it has not been opened with BrowserOpen.
Syntax
Closing the current browser
BrowserClose()
Closing the browser identified by an identifier Hide the details
BrowserClose(<Identifier>)
<Identifier>: Integer Identifier of the browser window to close. This identifier is returned by BrowserOpen. Remarks The BrowserClose function only closes the current browser window: this function does not stop a WEBDEV site.. To stop a WEBDEV site, use the EndProgram function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|