Adds an Internet address into the list of favorites for the Web user.
Caution: This operation operates on the Internet Explorer browsers only.
// 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