[advanced search]
17 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Programming > CODE
User Name
Password

Old 02-27-2007, 01:42 AM   · #1
blackwizard
Account Suspended
 
Location: India
Trader Rating: (8)
Join Date: Oct 2005
Posts: 636
NP$: 15.35 (Donate)
blackwizard is a jewel in the roughblackwizard is a jewel in the roughblackwizard is a jewel in the rough
Cool Bookmark Site script

Step 1: Add the below code to the <head> section of your page:

Quote:
<script type="text/javascript">

/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
***********************************************/

/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
}
else if(document.all)// ie
window.external.AddFavorite(url, title);
}
</script>



Step 2: Create either an image or text link that will be used as the Bookmark Site link. For the href attribute, use the following code:

Quote:
javascript:bookmarksite('title_of_site', 'url_of_site')



Here's an example:
Quote:
<a href="javascript:bookmarksite('FlickArcade', 'http://www.flickarcade.com')">Bookmark this site!</a>



Remember, if your site's title contains apostrophes, they need to be backslashed when entered:

Quote:
<a href="javascript:bookmarksite('Mike\'s Place', 'http://www.google.com')">Bookmark this site!</a>



Source: www.dynamicdrive.com
If you Like this Script, Rep. is always Appreciated, For sharing this Script.


Please register or log-in into NamePros to hide ads
blackwizard is offline   Reply With Quote
Old 08-17-2007, 10:09 PM   · #2
recoil
NamePros Member
 
Trader Rating: (0)
Join Date: Aug 2004
Posts: 37
NP$: 15.00 (Donate)
recoil is an unknown quantity at this point
It works well.
Thanks for sharing.
recoil is offline   Reply With Quote
Old 08-18-2007, 02:08 AM   · #3
Daniel
Danltn.com
 
Daniel's Avatar
 
Name: Daniel Neville
Location: Danltn.com / Nottingham, UK
Trader Rating: (65)
Join Date: May 2007
Posts: 1,175
NP$: 663.56 (Donate)
Daniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond repute
Ethan Allen Fund Ethan Allen Fund
Thats a LOT of Javascript in the head tag that really is not needed. This should work just as well, tested in IE6+7, Opera, FF and worked fine.

http://neville.tk/bookmarkcreation.php

Example:
Code:
<a href="http://namepros.com" rel=sidebar name="Favourite us" title="NamePros Homepage" onClick="javascript:window.external.AddFavorite('http://namepros.com','NamePros Homepage');return false">Bookmark us!</a>

Last edited by Danltn : 08-18-2007 at 02:11 AM.
Daniel is online now   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


Site Sponsors
http://www.mobisitetrader.com/ Custom Logo Design Proof is in the Parking
Advertise your business at NamePros
All times are GMT -7. The time now is 03:51 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0