Dnx Posted February 16, 2005 Posted February 16, 2005 hi there i would like to create a button who allows everybody to add the website in the favorites thanks in advance. Quote
Diesel Posted February 18, 2005 Posted February 18, 2005 How about Javascript? function bookmark (title, url) { if (document.all) { window.external.AddFavorite(url, title); } else if (window.sidebar) { window.sidebar.Addpanel(title, url, ""); } } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.