blade
GEEK 2.0
I need the javascript code that'll add your Website to a browsers favorites with a click of a button.
This is the current code I use:
<a href="javascript:window.external.AddFavorite('WEBSITE', DESCRIPTION')">
but there are 2 problems:
1.) It only works for IE, I want one that'll work for Opera and Firefox as well; Safari too if possible
2.) This code will only add the Website link you specified in the code. I want one that'll bookmark individual pages meaning people can bookmark the current page they're on instead of only being able to bookmark the Website you specified in the javascript code
This is the current code I use:
<a href="javascript:window.external.AddFavorite('WEBSITE', DESCRIPTION')">
but there are 2 problems:
1.) It only works for IE, I want one that'll work for Opera and Firefox as well; Safari too if possible
2.) This code will only add the Website link you specified in the code. I want one that'll bookmark individual pages meaning people can bookmark the current page they're on instead of only being able to bookmark the Website you specified in the javascript code