MRGTB |
08-26-2006 05:56 PM |
This works in both browsers:
Code:
<a href="#" onclick="if (window.sidebar) { window.sidebar.addPanel('$vboptions[bbtitle]', '$vboptions[bburl]',''); } else if( document.all ) { window.external.AddFavorite( '$vboptions[bburl]', '$vboptions[bbtitle]'); } else if( window.opera & window.print ) { return true; }">Add To Favorites</a>
You can see it working in my Left Side Column on my site at the top, it worked the last time I viewed it in Firefox. But I haven't tried it in the latest version of FF though as I no longer use FF.
|