Simple Add to favorites script

This Tutorial Has Been Viewed 877 Times.

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.

<html>

<head>

<script language=”JavaScript”>

function AddtoFav() {

window.external.AddFavorite(‘http://www.mistonline.in/wp’);

}

</script></head>

<body>

<button onclick=”AddtoFav();”>

Click here to add www.mistonline.in/wp main page to your favorites

</button>

</body>

</html>

VN:F [1.9.13_1145]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

Incoming search terms:

Leave a Reply

Spam protection by WP Captcha-Free

Proudly designed by Mistonline.in.
Affordable Seo PackagesSeo BlogEdu Backlinks
More in JavaScripts, scripts (85 of 144 articles)


Here's a simple but flexible javascript popup function. This effect is known as a chromeless window. This usually means that ...