Forum Moderators: open
I am wondering if anyone knows of an "Add to favourites" javascript button that works with Firefox 2.0 and Internet Explorer 7.
I have been searching google/webmasterworld for the last 2 hours and can not find a script that suits these needs. I did come accross scripts that claimed to be cross-browser compatable. These showed errors in both ie7 and firefox 2.0.
if (window.external) {
window.external.AddFavorite(location.href, document.title);
} (...or should that be addFavorite?)
As of XP SP2, this had to be as a result of a direct user action (ie. a click), otherwise IE would block it. Does this work in IE7? Can this action simply be disabled in the browser/security?