|
|
|
|
|
Funciones de gestión del navegador
Las siguientes funciones permiten gestionar navegadores:
| | AddFavorite | Añade un INTERNET Address a la lista de favoritos del usuario de la web. | 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 | Devuelve el número del rango de resolución que se muestra en una página en modo Responsive Web Design. | BrowserType | Devuelve el tipo de navegador utilizado por el usuario de la Web. | BrowserVersion | Returns the version of the browser used by the Web user. | BrowserWidth | Devuelve la anchura (en píxeles) del área cliente donde se muestra la página. | CookieDelete | Deletes a cookie on the user's computer. | 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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|