| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2002 
				
				
				
					Posts: 9,752
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				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  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Aug 2003 
				Location: Someplace Windy 
				
				
					Posts: 4,501
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Javascript: 
		
	
		
		
		
		
		
	
	PHP Code: 
	
			
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2002 
				
				
				
					Posts: 9,752
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Thanks, You wouldn't happen to have a example html sniplet with a link in it would ya? 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | |
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Jul 2003 
				Location: In the fucking outback 
				
				
					Posts: 1,497
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 
				__________________ 
		
		
		
		
	
	![]() You can get it ploughing a paddock, you can get it makin some porn sites, matter of fact I've got it now. For a hard earned thrist, you need a big cold beer.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Feb 2005 
				
				
				
					Posts: 1,730
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 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>
 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Aug 2003 
				Location: Someplace Windy 
				
				
					Posts: 4,501
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Based on the last post...  I imagine the href link would be: 
		
	
		
		
		
		
		
		
			
		
		
	
	[HTML] <a href="javascript:addfav()">{link}</a> [/HTML]  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2002 
				
				
				
					Posts: 9,752
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 hahahaha 
		
	
		
		
		
		
		
	
	Frickin GFY I assumne this is sapposed to say windows? Funny I just 5 tgp's and none had this. Go figure.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 ►SouthOfHeaven 
			
		
			
				
			
			
			Join Date: Jun 2004 
				Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer 
				
				
					Posts: 28,609
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Theres a more complete script at http://earthunplugged.org/gfy look at the bottom of the page. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	hatisblack at yahoo.com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2002 
				
				
				
					Posts: 9,752
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Got it, thanks all 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#10 | |
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Jan 2005 
				
				
				
					Posts: 887
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 Doesn't look like it. Unless your up to some sneakey 1337 h4z0rz stuff...  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 So Fucking Banned (YEA!!) 
			
		
			
			
			Join Date: Jun 2004 
				
				
				
					Posts: 10,963
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 windows ?? 
		
	
		
		
		
		
			hahha? 
				__________________ 
		
		
		
		
	
	Care about me? Who? Me! Who?  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |