|   |   |   | ||||
| 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 | 
|  04-18-2005, 11:54 AM | #1 | 
| Workin With The Devil Industry Role:  Join Date: Oct 2004 Location: West Bloomfield, MI 
					Posts: 51,532
				 | 
				
				Bookmark code for firefox
			 Ive seen its only once before and never again I need the code so when people click bookmark it works with IE, netscape, and Firefox not just IE. thanks in advance | 
|   |           | 
|  04-18-2005, 11:58 AM | #2 | 
| Confirmed User Join Date: Sep 2004 
					Posts: 825
				 | Code: <script language="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();" target="_self" onmousedown="addBookmark('Good site','http://www.domain.com/')"></a> | 
|   |           | 
|  04-18-2005, 01:20 PM | #3 | 
| Rock 'n Roll Baby! Join Date: Sep 2004 Location: USA, temporarly 
					Posts: 22,562
				 | Great !! Thanks a lot for that man!!! 
				__________________ Sig for sale. Affordable prices. Contact me and get a great deal ;) My contact: ICQ: 944-320-46 e-mail: manca {AT} HotFreeSex4All.com | 
|   |           |