V VB Programmer Feb 27, 2006 #1 How do I make a button so that when they click on it the site is added to the Favorites?
B blackstaronline.net Feb 28, 2006 #2 <FORM> <INPUT TYPE="button" VALUE="Add to Favorites" onClick='window.external.AddFavorite(location.href, document.title);'> </FORM> Hope it helps, Jeremy Reid http://hgtit.com
<FORM> <INPUT TYPE="button" VALUE="Add to Favorites" onClick='window.external.AddFavorite(location.href, document.title);'> </FORM> Hope it helps, Jeremy Reid http://hgtit.com
B Bruce Barker Feb 28, 2006 #3 <a href="javascript:if (document.all) window.external.AddFavorite(document.location,document.title);"> Add this site to your favorites </a> -- bruce (sqlwork.com)
<a href="javascript:if (document.all) window.external.AddFavorite(document.location,document.title);"> Add this site to your favorites </a> -- bruce (sqlwork.com)