ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Browser functions
31 results
Adds an Internet address into the list of favorites for the Web user.
List of browser management functions
Closes the current browser window and stops the execution of the current code.
Returns the height (in pixels) of the client area where the page is displayed.
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
Returns the IP address of the client computer connected to the WEBDEV site.
Indicates whether the browser is connected to the network.
Allows you to find out whether the browser used by the Web user is started on a mobile device.
Returns the name of the browser of the Web user ("user agent").
Opens a web page identified by its URL in a new browser.
Indicates the operating system installed on the browser of the Web user.
Returns the user's browser platform.
Prints the page currently displayed in the browser.
Opens the default Web browser of the current device.
Starts native device sharing.
Returns the number of the slice displayed in a page in Responsive Web Design mode.
Returns the type of browser used by the Web user.
Returns the version of the browser used by the Web user.
Returns the width (in pixels) of the client area where the page is displayed.
Deletes a cookie on the user's computer.
Usage example of the CookieRead function
Retrieves the value of a cookie saved on the computer of Web user.
Usage example of the CookieWrite function
Writes a cookie onto the computer of the Web user.
Opens the default messaging software:
  • of Web user on the browser computer.
  • of the user on the current Windows computer.
  • on the phone.
Disables the "Full screen" mode of browser.
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
A cookie is an easy way to temporarily store information on the user's computer...
Displays a message outside the browser.