Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q545 Is there a way to make a link that when clicked will add the current page to the user's bookmarks or favourites, i.e. a link that simulates Ctrl+D?

You are here: irt.org | FAQ | JavaScript | Bookmark | Q545 [ previous next ]

No.

Well, it is possible, but only for Microsoft Internet Explorer:

<a href="javascript:window.external.AddFavorite('http://www.irt.org/script/','Javascript FAQ')">Bookmark</a>

Thanks to Christer Leuhusen, for the update.

Feedback on 'Q545 Is there a way to make a link that when clicked will add the current page to the user's bookmarks or favourites, i.e. a link that simulates Ctrl+D?'

©2018 Martin Webb