Documentation and Books

Recent site activity

Web Development‎ > ‎JavaScript‎ > ‎

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>