if (document.all)
{
window.external.AddFavorite(document.location.href, document.title);
That code will crash Opera which understands document.all but doesn't understand window.external
You should be testing for window.external not for document.all in the if statement since that is the feature you require to use not the one you are currently testing.
With Firefox you can add to the sidebar but not to the bookmarks. To add to bookmarks in Firefox without selecting the bookmarks menu your visitor must press CTRL-D (similarly the only way to do it in Opera is CTRL-T).
Reputation Points: 13
Solved Threads: 1
Junior Poster in Training
Offline 50 posts
since Aug 2004