PDA

View Full Version : Web gurus, need help


cobra
10-19-2001, 05:55 PM
I need a little javascript code to put on company website
One that has a link "click here to add to favorites"
Thanks.
:p

mairving
10-19-2001, 06:16 PM
Pretty easy one, Cobra. It only works in IE but here is the code:


<a href="javascript:window.external.AddFavorite('http://sitename.com', 'Site Description')">Add to Favorites</a>


Example:

<a href="javascript:window.external.AddFavorite('http://www.pcmech.com', 'PC MECH')">Add to Favorites</a>

cobra
10-19-2001, 07:19 PM
Thanks!
Now another one :)
I want the "icon" in favorites, I use to know, but time helps me forget.
thx

Nevermind, I got it!

mantapc
10-19-2001, 07:34 PM
GO here: http://www.favicon.com