Possible Duplicate:
Add to browser favorites/bookmarks from javascript but for all browsers (mine doesn't work in CHROME)?
I have this code to bookmark my site on my website and it works great in Explorer, however in Google Chrome and Firefox, it doesn't work.
<p><b>
<font style="font-family: verdana, sans-serif" size="1" face="verdana, sans-serif">
<a href="javascript:window.external.AddFavorite('http://yourphotomovie.com','Photo Montage Site')" style="font-size: 2.5mm; font-family: Arial; color: #333333; font- weight: bold" />
<img border="0" src="http://yourphotomovie.com/Images/BookmarkUs.jpg" width="115" height="18">
</a>
</font>
</b></p>
Any ideas on how I can make it work?