Forum Moderators: open

Message Too Old, No Replies

Add to Favorite(code)?

Add to Favorite(code)?

         

Mafia

9:04 am on Nov 14, 2006 (gmt 0)



I want a HTML code for insert in to the my blog that:

Show a button that when a visitor click on the button====>>>>
My weblog go to Bookmark links of visitors browser

Tanx...

bill

9:17 am on Nov 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



There are a several different ways, and not all of them are compatible with all browsers. Check some older WebmasterWorld threads that mention "add to favorites" link [google.com] to start.

oxbaker

5:42 pm on Nov 14, 2006 (gmt 0)

10+ Year Member



<script language="javascript">
function bookMark(){
if(document.all)
{
window.external.AddFavorite('http://theurl.com,The Title')
}
}
</script>

floriniri

1:43 pm on Nov 17, 2006 (gmt 0)

10+ Year Member



Thanks Oxbaker, I use your JS too.
verry usefull...