Click to See Complete Forum and Search --> : bookmark current page?


96turnerri
11-05-2003, 08:18 AM
i have a script that bookmarks a page you set eg www.yourdomain.com does anybody know a script that bookmarks page the user is on?

Thanks
Rich

fredmv
11-05-2003, 08:26 AM
<a href="#" onclick="(document.all) ? window.external.addFavorite(location.href, document.title) : window.alert('Press <CTRL+D> to bookmark this page.');">Bookmark this page.</a>

96turnerri
11-05-2003, 08:54 AM
splendid thanks