Sodeso Java Wiki

Documentation and Books

How to display the browser's Add Favorite dialog?

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>