Save to Favorites

Paste this between <head> and </head>

<script type="text/javascript">
function addfavorite(title, url){
  if (document.all)
  window.external.AddFavorite(url, title);
  else if (window.sidebar)
  window.sidebar.addPanel(title, url, "")
}
</script>

Your link could look something like this:

<a href="javascript:addfavorite('Xonium.net', 'http://xonium.net')">Add to favorites</a>

Example Add Xonium.net to your favorites!

Leave a comment

CAPTCHA image (Click the image to get a new one)