AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones del navegador
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
Las siguientes funciones permiten gestionar navegadores:
AddFavoriteAñade un INTERNET Address a la lista de favoritos del usuario de la web.
BrowserCloseCloses the current browser window and stops the execution of the current code.
BrowserHeightDevuelve la altura (en píxeles) del área de cliente donde se muestra la página.
BrowserHistoryAddAdds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
BrowserHistoryModifyModifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
BrowserIPAddressReturns the IP address of the client computer connected to the WEBDEV website.
BrowserIsConnectedIndica si el navegador está conectado a la red.
BrowserMobilePermite averiguar si el navegador utilizado por el usuario de la Web se inicia en un dispositivo móvil.
BrowserNameReturns the name of the browser of the Web user ("user agent").
BrowserOpenOpens a web page identified by its URL in a new browser.
BrowserOSIndica el sistema operativo instalado en el navegador del usuario de la web.
BrowserPlatformReturns the user's browser platform.
BrowserPrintImprime la página que se muestra en el navegador.
BrowserRunAppAbre el navegador Web predeterminado del dispositivo actual.
BrowserShareInicia la función nativa de compartir del dispositivo.
BrowserSliceDevuelve el número del rango de resolución que se muestra en una página en modo Responsive Web Design.
BrowserTypeDevuelve el tipo de navegador utilizado por el usuario de la Web.
BrowserVersionReturns the version of the browser used by the Web user.
BrowserWidthDevuelve la anchura (en píxeles) del área cliente donde se muestra la página.
CookieDeleteDeletes a cookie on the user's computer.
CookieReadRetrieves the value of a cookie saved on the computer of Web user.
CookieWriteWrites a cookie onto the computer of the Web user.
EmailOpenMailOpens the default messaging software:
  • of Web user on the browser computer.
  • of the user on the current Windows computer.
  • on the phone.
FullScreenDisableDisables the "Full screen" mode of browser.
FullScreenEnableSwitches the browser to "Full screen" mode. The browser occupies the entire screen.
NotificationDisplayDisplays a message outside the browser.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/12/2023

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