Javascript Add to favorite or book mark the link or url of the page

We store URL of sites by using my favorite or book mark feature. The URL of the site will be added to our favorite or bookmark links. We will use JavaScript function to do this. On clicking the link browser will open the window for conformation and adding the link to the list. Here is the function and below that the link to add the this site to your favorite list.

Replace your site url and title while using this code.
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function bookmark()
{
bookmarkurl="https://www.example.com";// replace your site URL
bookmarktitle="example.com: PHP SQL and Javascript Source"; // replace this line with your site title
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
else if (window.sidebar) // firefox
	window.sidebar.addPanel(bookmarktitle, bookmarkurl, "");
}
// End -->
</script>
The above function should go the head section of the page and the link can be placed inside the body section of the page. Here is the code to place the link asking the visitors to click the link and add to their favorite.
<div align="center">
<a href="javascript:bookmark()">Bookmark This Page</a>
</div>
DEMO : Bookmark a page
Window Object Bookmark a page Redirect Page
Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com







    Post your comments , suggestion , error , requirements etc here




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer