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
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
ConstantDescriptionUsed by the functions
BrowserFullVersionFull version number of the browser used by the Web user.BrowserVersion
BrowserMajorVersionMajor version number of the browser used by the Web user.BrowserVersion
browserOSAndroidBrowser started from an Android system.BrowserOS
browserOSiOSBrowser started from an iOS system.BrowserOS
browserOSLinuxBrowser started from a Linux system.BrowserOS
browserOSMacOSBrowser started from a MacOS system.BrowserOS
browserOSOtherBrowser started from another system.BrowserOS
browserOSWindowsBrowser started from a Windows system.BrowserOS
browserOSWindowsMobileBrowser started from a Windows system for mobile.BrowserOS
BrowserPlatformAndroidThe user displays the site on a Smartphone running Android.BrowserPlatform
BrowserPlatformBlackBerryThe user displays the site on a BlackBerry.BrowserPlatform
BrowserPlatformiPadThe user displays the site on an iPad.BrowserPlatform
BrowserPlatformiPhoneThe user displays the site on an iPhone.BrowserPlatform
BrowserPlatformMobileThe user displays the site on a Smartphone (other than the mentioned ones).BrowserPlatform
BrowserPlatformRobotThe user is a search engine robot (and therefore indexes the site).BrowserPlatform
BrowserPlatformStandardThe user does not use a specific platform (PCs, laptop computers, Mac, ...).BrowserPlatform
BrowserPlatformWindowsMobileThe user displays the site on a Smartphone running Windows Mobile.BrowserPlatform
BrowserPlatformWindowsPhoneThe user displays the site on a Smartphone running Windows Phone.BrowserPlatform
BrowserTypeChromeType of browser used by the Web user to display the site: ChromeBrowserType
BrowserTypeEdgeType of browser used by the Web user to display the site: Microsoft EdgeBrowserType
BrowserTypeFirefoxType of browser used by the Web user to display the site: FirefoxBrowserType
BrowserTypeGeckoType of browser used by the Web user to display the site: Browser that uses the Gecko engine (other than Firefox).BrowserType
BrowserTypeInternetExplorerType of browser used by the Web user to display the site: Internet Explorer.BrowserType
BrowserTypeOperaType of browser used by the Web user to display the site: OperaBrowserType
BrowserTypeRobotType of browser used by the Web user to display the site: Robot of search engine.BrowserType
BrowserTypeSafariType of browser used by the Web user to display the site: SafariBrowserType
BrowserTypeUnknownType of browser used by the Web user to display the site: The browser used is unknown or the information is missingBrowserType
BrowserTypeWebKitType of browser used by the Web user to display the site: Browser that uses the WebKit engine (other than Chrome and Safari).BrowserType
cookieHTTPOnlyType of cookie: Cookie that can be retrieved in server code only. This cookie cannot be read in browser code. CookieWrite
cookieNormalType of cookie: Cookie without specific options.CookieWrite
Novedad versión 2024
cookieSameSiteLax
Type of cookie: Cookie of type "SameSite=Lax".. This type of cookie is used to prevent Cross Site Request Forgery (CSRF) attacks.
The Cookie concerned by this instruction will only be sent if the request comes from the same website or from another site via an external link..
CookieWrite
Novedad versión 2024
cookieSameSiteNone
Cookie of type "Same Site=None".. This type of cookie is used to prevent Cross Site Request Forgery (CSRF) attacks.
Cookies will be sent regardless of the call context.
CookieWrite
cookieSameSiteStrictType of cookie: Cookie of "SameSite=Strict" type. This type of cookie is used to prevent Cross Site Request Forgery (CSRF) attacks.
The Cookie concerned by this instruction will only be sent if the request comes from the same website.. It will therefore not be sent on a first visit to an Page on the site, but only on subsequent actions.
CookieWrite
cookieSecureType of cookie: Cookie transmitted in an HTTPS request only. CookieWrite
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/02/2024

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