I am using this little bit of code for IE users to "bookmark this page"
window.external.AddFavorite(self.location.href,document.title)
However my Mac-friends tell me that nothing happens.
Does the Mac-IE use different code, or does it not support this javascript and I need to ask them to hit APPLE+D?
window.external.AddFavorite(self.location.href,document.title)
However my Mac-friends tell me that nothing happens.
Does the Mac-IE use different code, or does it not support this javascript and I need to ask them to hit APPLE+D?