Just wondering if you guys use a 'dont forget to bookmark this site' link on your site..........and if so where did u get it from please? TIA Rach xxxx
I've added a "Bookmark Us" link: Add this in your head tag: <script language=JavaScript1.2> function addBookmark(title,url) { if (window.sidebar) { window.sidebar.addPanel(title, url,""); } else if( document.all ) { window.external.AddFavorite( url, title); } else if( window.opera && window.print ) { return true; } } </SCRIPT> <style type="text/css"> <!-- .style1 {color: #000000} --> </style> Code (markup): And here's the Bookmark Us link: <a href="#" onmousedown="addBookmark('Sitename','http://www.abc.com')">Bookmark Us</a> Code (markup):
I think he was looking for more of the above shown bookmark link. But both of them are valuable so thanks!