Hi guys, here is a simple script which shows how to add a webpage to the favorites or bookmarking option of your browser both IE [Internet Explorer] and Firefox [FF].Very easy to install, just copy and paste on the page you want this option to be added.Enjoy!!!
<title>Bookmark Page</title>
<script language="JavaScript1.2" type="text/javascript">
function bookmark() {
title = "Mistonline.in, The world of tutorials, scripts and technology";
url = "http://www.mistonline.in/";
if (window.sidebar) {
// Mozilla
alert("You are using FireFox!");
window.sidebar.addPanel(title, url,"");
alert("Script from mistonline.in");
} else if( window.external ) {
// IE Favorite
alert("You are using IE");
window.external.AddFavorite( url, title);
alert("Script from mistonline.in");}
else if(window.opera && window.print) {
// Opera
return true;
alert("Script from mistonline.in");}
}
</script>
<body bgcolor="#ffffff">
<a href="javascript:bookmark();">Add Me</a>
</body>
Incoming search terms:
- javascript bookmarking (15)
- bookmark using javascript (13)
- bookmarking javascript (5)
- firefox 4 javascript Add Favorite (4)
- bookMarking using javascript (3)
- firefox 4 add bookmark javascript (3)
- firefox 5 javascript bookmark (2)
- javascript add favourite (2)
- firefox 4 javascript add to favorites (2)
- problem javascript bookmark in Firefox4 (2)
- vbscript add link in bookmark firefox (2)
- javascript to add bookmark option on your website (2)
- window sidebar addPanel firefox 4 (2)
- bookmarks using javascript (2)
- bookmarking in javascript (2)
- javascript alert in IE favorites (1)
- javascript bookmark firefox (1)
- javascript bookmark button ie ff (1)
- href=Javascript: does not support in firefox (1)
- javascript add to favourites firefox 4 (1)
- javascript add to bookmarks chrome (1)
- javascript add favourite event (1)
- javascript bookmark explorer 9 (1)
- javascript firefox bookmark (1)
- javascript add favorite event (1)
- how to get bookmarks from firefox using jsp (1)
- how to restrict special characters being entered (1)
- html add bookmark firefox (1)
- html add to favorites firefox chrome (1)
- ie favorites javascript event (1)
- ie favorites to mysql (1)
- java add to favourite (1)
- java bookmark button firefox and internet explorer (1)
- java code to add bookmark firefox (1)
- java script Add to favorites/bookmarks in Internet Explorer Chrome and Firefox (1)
- java script add to favourites (1)
- java script for bookmarking site (1)
- javacript favorites bookmark internet explorer firefox (1)
- javascript add bookmark firefox 5 (1)
- javascript add favorite (1)
You will also be interested in ,
- Autosuggestion / Autocomplete script using PHP and Ajax
- Adding and removing child nodes using javascript and DOM
- Close Event In Javascript Using OnUnload()
- Simple XML Reading Using PHP
- Buzzing or vibrating the login form using jquery
- HTML E-mail Using PHP
- Text Size Switching Using PHP
- Text auto slide information box using javascript.
- Simple page flip effect using Jquery, css and simple html
- How to close a child window from a parent window using javascript


Very nice site!
Very nice site!
Very nice site!
Very nice site!
Very nice site!
hmm good…
Interesting site, nice design, i have bookmarked it for the future referrence
cool…..
Thanks for the review!
This one is totally simple to do bookmarking
Thanks so much for great the tip.
Robin.