The following example will display the browser's Add Favorite dialog:
<html> <head> </head> <body> <a href="javascript:window.external.AddFavorite('http://java.sodeso.nl/', 'Sodeso Java Wiki!');">Click here to bookmark this site</a>. </body> </html>
_text_