View Single Post
Old 05-22-2005, 08:27 AM  
fireorange
Confirmed User
 
Join Date: Jan 2005
Posts: 1,648
Just kidding son, here it is:
Code:
  <script language="JavaScript" type="text/javascript">
  <!--
  function addBookmark(title,url)
  {
  if (window.sidebar) {
  window.sidebar.addPanel(title, url,"");
  } else if(document.all) {
  window.external.AddFavorite( url, title);
  } else if(window.opera && window.print) {
  return true;
  }
  }
  //-->
  </script>
Code:
<a href="javascript:addBookmark('Porn Site','http://www.porn-site.com/');" target="_self">Bookmark</a>
fireorange is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote