Click to See Complete Forum and Search --> : Add to favourites in Netscape.


sciguyryan
02-09-2004, 02:22 PM
Please, Please can someone give me a code to to add a page to favourites in Netscape.



Thnaks for any help.

fredmv
02-09-2004, 02:27 PM
I don't believe you can as the code for doing that is proprietary. Moreover, I would not recommend using something like this primarily because if someone likes your site, they'll bookmark it; nothing else, nothing more. Links this this are rarely ever used. If you really do want to include something like this, I suppose you could do something along these lines:<a href="#" onclick="typeof clientInformation != 'undefined' ? external.addFavorite(location.href, document.title) : alert('Press <CTRL+D> to bookmark this page.');">Add this page to your bookmarks.</a>This way, users in which are using IE will be prompted to add the page to the favorites. Other people using real browsers such as Mozilla, will get an alert dialog telling them how to add the page to their bookmarks.

sciguyryan
02-09-2004, 02:38 PM
Can this also be dane with the make homepage link?



BTW Thanks for the help.