View Single Post
Old 11-09-2001, 02:45 PM  
Theo
HAL 9000
 
Industry Role:
Join Date: May 2001
Posts: 34,515
|script language="JavaScript">
< !--
function addToFavorite(favTitle){
if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
window.external.AddFavorite(location.href, unescape(favTitle));
}
}
//-->
|/script|
put this inside head

and the following inside your link tag

onClick="addToFavorite('MY%20SITE%20HERE')" border="0"

[This message has been edited by Soul_Rebel (edited 11-09-2001).]
Theo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote