AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones del navegador
  • Stop the WEBDEV website
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
BrowserClose()
Sintaxis

Closing the current browser

BrowserClose()

Closing the browser identified by an identifier Ocultar los detalles

BrowserClose(<Identifier>)
<Identifier>: Integer
Identifier of the browser window to close. This identifier is returned by BrowserOpen.
Observaciones

Stop the WEBDEV website

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.
Componente: WDJS.DLL
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local