AddFavorite Method
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 that 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 in script yields 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.
Example
This example uses the AddFavorite method to prompt a user to add the current page to the Favorites list.
Sample Code
Applies To
[ Object Name ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus. external
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.