ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Display 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
Starts navigation in an HTML Display control.
Example
// Code of Forward button
HTMLNavigate(HTM_HTMLControl1, htmlForward)
// Code of Back button
HTMLNavigate(HTM_HTMLControl1, htmlBack)
Syntax
HTMLNavigate(<HTML Display control> , <Navigation option>)
<HTML Display control>: Control name
Name of the HTML Display control to use.
<Navigation option>: Constant
Direction for the navigation:
htmlBackDisplays the previous page (equivalent to the "BACK/Previous" button of browser).
htmlForwardDisplays the next page (equivalent to the "FORWARD" button of browser).
htmlHomeDisplays the home page (equivalent to the "Home" button of browser). To get the initial value of the HTML Display control, use the InitialValue property.
AndroidiPhone/iPad This constant is not available.
htmlRefreshRefreshes the current page (equivalent to the "Refresh" button of browser).
htmlStopStops loading resources used by the page. The "Load resources" event of the control is not executed.
Related Examples:
WD Simple Internet Browser Complete examples (WINDEV): WD Simple Internet Browser
[ + ] This example presents the features of WINDEV's HTML control and includes a simplified web browser with browsing history, favorites, etc.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help