GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Need a Bookmark code (https://gfy.com/showthread.php?t=470600)

Pete-KT 05-22-2005 07:28 AM

Need a Bookmark code
 
Is there a bookmark code that works with IE, Netscape and Firefox? if so what is it please

Robertf 05-22-2005 07:31 AM

no

just tell teh surfers to press CTRL-D

Dalai lama 05-22-2005 07:32 AM

javascript:window.external.AddFavorite('http://www.yourdomain.com/','My domain !')
Control + D
javascript:window.external.AddFavorite('','My domain!')

There you go

Pete-KT 05-22-2005 07:45 AM

Thanks dali but the firefox one still doesnt work

fireorange 05-22-2005 08:26 AM

I have on that works in Firefox, Mozilla AND IE :pimp :pimp

Paypal me $100 and you can have it

fireorange 05-22-2005 08:27 AM

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>

Pete-KT 05-22-2005 09:46 AM

thank you very much fire


All times are GMT -7. The time now is 02:22 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123