
I know the code used to make an "add to favourites" button is this:
Code:
<a href="javascript:window.external.AddFavorite('URL goes here','URL title goes here')">Add me to your favourites.</a>
However, this works for IE. Is there a way to make it cross-browser compatible?