Bookmarking Pages with JavaScript
Internet Explorer Only
Sorry folks, that's life! This can only be done in Microsoft Internet Explorer. In this example we only show the bookmark link if the browser is Internet Explorer.
The Example
<script type="text/javascript">
<!--
if (document.all) {
document.write("<a href="javascript:window.external.AddFavorite(location.href, 'Bookmarking with JavaScri...