17.01.2012, 07:48
PHP-Code:
<script type="text/javascript">
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>
PHP-Code:
<a href="#"
onmousedown="addBookmark('<?php the_title(); ?>','<?php the_permalink(); ?>')"><img src="http://www.tutorials.de/images/favorite.png"></a>
Würde mich sehr über etwas hilfe freuen.
Mit freundlichen Grüßen
Thomas