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
Warning
This function is kept for backward compatibility. This function only manages Internet Explorer Favorites. As of June 15, 2022, the Internet Explorer 11 desktop application is no longer supported on some versions of Windows 10.
Adds an Internet address into the list of favorites for the Web user.
Caution: This operation operates on the Internet Explorer browsers only.
Example
// Adds the favorite
IF Position(BrowserName(), "Netscape") = 0 THEN
AddFavorite("PC SOFT, WEBDEV editor", "www.windev.com")
END
Syntax
AddFavorite(<Title> , <Internet address>)
<Title>: Character string
Title of the favorite visible in the "Favorites" menu of Internet Explorer.
<Internet address>: Character string
Internet address of the favorite. This address can be:
  • an IP address in http://xxx.xxx.xxx.xxx format
  • a URL (http://www.windev.com/webdev/ for example/)
Business / UI classification: Neutral code
Component: WDJS.DLL
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 03/14/2023

Send a report | Local help