ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Browser functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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
cookieSameSiteStrictType of cookie: SameSite cookie. This type of cookie is used to prevent Cross Site Request Forgery (CSRF) attacks. CookieWrite
cookieSecureType of cookie: Cookie transmitted in an HTTPS request only. CookieWrite
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help