IR Framework

ActiveDocument.AddFavorite Function

Creates an "favorite" that points to the url of the current IR document.
[ActiveDocument.]AddFavorite ()



Remarks

The AddFavorite method simply builds the http query string and passes it to a web page. The developer will need to provide:
AddFavorite.htm processes the query string and creates the favorite.
prebqy.htm opens a new window that has no menu, address bar, or links bar (to save screen real estate) and contains the actual document the user wants to open from the Workspace.

ActiveDocument.AddFavorite();


Requirements