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)
-   -   What's the code for adding to favorites and home page? (https://gfy.com/showthread.php?t=438295)

chaze 02-28-2005 09:07 PM

What's the code for adding to favorites and home page?
 
Sorry it's been a while since had to add one.

It's for this new mainstream site I am working on right now:

http://www.marketingspot.com

TY

broke 02-28-2005 09:14 PM

Javascript:

PHP Code:


function addfav()
   {
   if (
document.all)
      {
      
window.external.AddFavorite ("{url here}","{title here}")
      }
   } 


chaze 02-28-2005 09:18 PM

Thanks, You wouldn't happen to have a example html sniplet with a link in it would ya?

imafuckingaussie 02-28-2005 09:20 PM

Quote:

Originally Posted by chaze
Thanks, You wouldn't happen to have a example html sniplet with a link in it would ya?

Hi Chaze, just check out some tgps, they nearly all have the add to favourites on them, and u can save the page and take the code/see how it works. Only the code though, nothing else lol

khs 02-28-2005 09:22 PM

Code:

        <SCRIPT LANGUAGE="JavaScript">

<!-- Begin
if ((navigator.appName hahahaha "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {

var url="http://www.YourURL.com";
var title="Your Description";

document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Bookmark YourURL.com!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">BOOKMARK</a>');
}
else {
var msg = "BOOKMARK";
if(navigator.appName hahahaha "Netscape") msg += "  (CTRL-D)";
document.write(msg);
}

// End -->
</script>

Covers IE and Mozilla browsers

:thumbsup

broke 02-28-2005 09:23 PM

Based on the last post... I imagine the href link would be:

[HTML]

<a href="javascript:addfav()">{link}</a>

[/HTML]

chaze 02-28-2005 09:36 PM

hahahaha

Frickin GFY

I assumne this is sapposed to say windows?

Funny I just 5 tgp's and none had this.

Go figure.

SmokeyTheBear 02-28-2005 09:46 PM

Theres a more complete script at http://earthunplugged.org/gfy look at the bottom of the page.

chaze 02-28-2005 09:49 PM

Got it, thanks all

MyNameIsEmily 02-28-2005 10:24 PM

Quote:

Originally Posted by chaze
Got it, thanks all


Doesn't look like it.
Unless your up to some sneakey 1337 h4z0rz stuff...

Alex 02-28-2005 10:25 PM

windows ??

hahha?


All times are GMT -7. The time now is 10:54 PM.

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