Troy Wells
09-18-2003, 03:18 PM
I use RoboHTML to create web help for a UNIX-based application. Therefore, we use Netscap 7.0 for Solaris to display the help.
We would like to have a button that allows you to add the current help topic to your bookmarks. I have seen similar functionality that works for IE, such as:
javascript:window.external.AddFavorite(parent.frames[1].bsscright.location,parent.frames[1].bsscright.document.title);
This is used for the click event of a button. Is there something similar that can be used for a button to add a web help topic (page) to Netscape bookmarks?
Thanks!!
Troy
We would like to have a button that allows you to add the current help topic to your bookmarks. I have seen similar functionality that works for IE, such as:
javascript:window.external.AddFavorite(parent.frames[1].bsscright.location,parent.frames[1].bsscright.document.title);
This is used for the click event of a button. Is there something similar that can be used for a button to add a web help topic (page) to Netscape bookmarks?
Thanks!!
Troy