Simple Add to favorites script
Simple Add to favorites script
Here is a simple script in javascript which shows how you can add a link in your website to make your visitors
add the webpage to their Browsers Favorits.
function AddtoFav() {
window.external.AddFavorite('http://www.mistonline.in/wp');
}
Click here to add www.mistonline.in/wp main page to your favorites
Simple Add to favorites script,