Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1443 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Add to bookmarks

Thread title: Add to bookmarks
Closed Thread    
    Thread tools Search this thread Display Modes  
09-19-2005, 10:03 PM
#1
Imagenesis is offline Imagenesis
Status: I love this place
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 581
iTrader: 0 / 0%
 

Imagenesis is on a distinguished road

  Old  Add to bookmarks

Anyone know a code snippet that inniates a add to bookmarks thing? Specffically by an image. Thanks for your help.

09-19-2005, 11:05 PM
#2
Imagenesis is offline Imagenesis
Status: I love this place
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 581
iTrader: 0 / 0%
 

Imagenesis is on a distinguished road

  Old

I got a code for IE, but it doesnt work in Firefox...Anyone know one for Firefox, if not, that's cool too.

09-20-2005, 07:45 PM
#3
Aphex is offline Aphex
Aphex's Avatar
Status: Member
Join date: Aug 2004
Location: United States
Expertise:
Software:
 
Posts: 244
iTrader: 0 / 0%
 

Aphex is on a distinguished road

Send a message via AIM to Aphex Send a message via MSN to Aphex

  Old

Try this:

Add this script between <head>'s:
Code:
<script type="text/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>
To use it, add this (change the site name and URL to your own obviously):

Code:
<a href="#" onmousedown="addBookmark('Site Name','URL/')">Bookmark this page</a>

09-22-2005, 12:31 PM
#4
Justin761985 is offline Justin761985
Status: Junior Member
Join date: Aug 2005
Location: United States
Expertise:
Software:
 
Posts: 59
iTrader: 0 / 0%
 

Justin761985 is on a distinguished road

Send a message via AIM to Justin761985 Send a message via MSN to Justin761985 Send a message via Yahoo to Justin761985

  Old

I think this is the same code I have, so it should work.

Justin.

09-26-2005, 02:26 PM
#5
B3NKobe is offline B3NKobe
Status: I'm new around here
Join date: Sep 2005
Location: Melb : Australia
Expertise:
Software:
 
Posts: 21
iTrader: 0 / 0%
 

B3NKobe is on a distinguished road

Send a message via MSN to B3NKobe

  Old

I dont reconmend puttin the "Add to Bookmarks" link on your webpage, why? Becuase its useless, over all these years I dont think I have ever clicked one, infact If a user wants to add your site to faviorites then they will, thats just my 2cents!

09-26-2005, 04:11 PM
#6
techo is offline techo
Status: Lurker
Join date: Jun 2005
Location:
Expertise:
Software:
 
Posts: 1,473
iTrader: 0 / 0%
 

techo is on a distinguished road

  Old

I do it all the time on google.

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed