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)
-   -   Bookmark code for firefox (https://gfy.com/showthread.php?t=457217)

Pete-KT 04-18-2005 11:54 AM

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

nmcog 04-18-2005 11:58 AM

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>

beta-tester 04-18-2005 01:20 PM

Great !! Thanks a lot for that man!!!


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

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