|
|
|
|
|
Funciones de gestión del navegador
Las siguientes funciones permiten gestionar navegadores:
| | AddFavorite | Adds an Internet address into the list of favorites for the Web user. | BrowserClose | Closes the current browser window and stops the execution of the current code. | BrowserHeight | Devuelve la altura (en píxeles) del área de cliente donde se muestra la página. | BrowserHistoryAdd | Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry. | BrowserHistoryModify | Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry. | BrowserIPAddress | Returns the IP address of the client computer connected to the WEBDEV website. | BrowserIsConnected | Indica si el navegador está conectado a la red. | BrowserMobile | Permite averiguar si el navegador utilizado por el usuario de la Web se inicia en un dispositivo móvil. | BrowserName | Returns the name of the browser of the Web user ("user agent"). | BrowserOpen | Opens a web page identified by its URL in a new browser. | BrowserOS | Indica el sistema operativo instalado en el navegador del usuario de la web. | BrowserPlatform | Returns the user's browser platform. | BrowserPrint | Imprime la página que se muestra en el navegador. | BrowserRunApp | Abre el navegador Web predeterminado del dispositivo actual. | BrowserShare | Inicia la función nativa de compartir del dispositivo. | BrowserSlice | Returns the number of the slice displayed in a page in Responsive Web Design mode. | BrowserType | Devuelve el tipo de navegador utilizado por el usuario de la Web. | BrowserVersion | Devuelve la versión del navegador utilizado por el usuario de la Web. | BrowserWidth | Devuelve la anchura (en píxeles) del área cliente donde se muestra la página. | CookieDelete | Elimina una cookie del ordenador del usuario. | CookieRead | Retrieves the value of a cookie saved on the computer of Web user. | CookieWrite | Writes a cookie onto the computer of the Web user. | EmailOpenMail | Opens the default messaging software: - of Web user on the browser computer.
- of the user on the current Windows computer.
- on the phone.
| FullScreenDisable | Disables the "Full screen" mode of browser. | FullScreenEnable | Switches the browser to "Full screen" mode. The browser occupies the entire screen. | NotificationDisplay | Displays a message outside the browser. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|