Well, if I had only read your post #6 instead of just skimming it, I would have seen we were using two different scripts
This is the script I have used successfully.
Try this in the header, with the button code given above in post #7 in the body.
This is the script I have used successfully.
Code:
<script type="text/javascript"> /*********************************************** * Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ function bookmarksite(title, url){ if (document.all) window.external.AddFavorite(url, title); else if (window.sidebar) window.sidebar.addPanel(title, url, "") } </script>
Comment