Brian 0 Report post Posted December 27, 2004 Hi, everyone. I would like to ask how to create a link to add a website to their visitor's favourite list? In addition, how to make a link to set a website as their visitor's homepage link the famous webiste "yahoo" ? Share this post Link to post Share on other sites
SENV 0 Report post Posted January 7, 2005 Place this code to the <head> tags <script type="text/javascript">[br][/br]function bookmarksite(title, url){if (document.all)[br]window.external.AddFavorite(url, title);else if (window.sidebar)[br]window.sidebar.addPanel(title, url, "")}</script>[br] And then, simply place the link. <a href="javascript:bookmarksite('Title of your page', 'youraddress.com this site!</a> I hope I helped you. Greetz! Share this post Link to post Share on other sites