AddFavorite Method

Internet Development Index

Prompts the user with a dialog box to add the specified URL to the Favorites list.

Syntax

external.AddFavorite(sURL [, sTitle])

Parameters

sURL Required. String that specifies the URL of the favorite to be added to the Favorites list.
sTitle Optional. String爐hat specifies the suggested title to be used in the Favorites list. The user can change the title in the Add Favorite dialog box.

Return Value

No return value.

Remarks

Calling the AddFavorite method prompts the user with the same dialog box that is presented when the user selects Add to Favorites from the Favorites menu.

This method is not supported in HTML Applications (HTAs).

Example

This example uses the AddFavorite method to prompt a user to add the current page to the Favorites list.

window.external.AddFavorite(location.href, document.title);

Standards Information

There is no public standard that applies to this method.

Applies To

external