i also found the code below for bookmarks. But this doesn't work either. I'm
pulling my hair out trying to figure this out. please help me before I go
bald!

<script language="javascript">
function addBookmark()
{
bookmarkurl = "http://www.tildemark.com";;
bookmarktitle="Tildemark blogs";
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
else if ( window.sidebar ) {
window.sidebar.addPanel(bookmarktitle, bookmarkurl,"");
}
</script>


echo "<a href='javascript:addBookmark()'>Bookmark this page!</a>";


[Non-text portions of this message have been removed]

Reply via email to