View Single Post
Old 01-13-2008, 08:01 AM  
Twisted Dave
Confirmed User
 
Twisted Dave's Avatar
 
Join Date: Mar 2006
Posts: 3,635
Code:
<script language="JavaScript1.2">
			function addbookmark()
			{
		 		url="http://www.sitenamehere.com";
				title="Site Name Here";
				if (window.sidebar)
				{
					window.sidebar.addPanel(title, url, "");
				}
				else if(window.external)
				{
					window.external.AddFavorite(url, title)	;
				}
				
			}
		</script>
Code:
<a href="javascript:addbookmark()">
__________________


Custom Cartoon Mascots - ICQ: 243355699, Email: [email protected] or Click Sig - 15% referrals. Send me clients, make money!
Twisted Dave is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote