Thursday, March 26, 2009

bookmark this page

This JavaScript along with the anchor tag allow you to create a quick and easy way to help your viewers bookmark your page.
Click to bookmark this page

<script type="text/javascript">
function favs() {
if ( navigator.appName != 'Microsoft Internet Explorer' ) {
window.sidebar.addPanel(
"Google","http://www.google.com","");
} else {
window.external.AddFavorite(
"http://www.google.com","Google");
}
}
</script>

<a href="javascript:void(favs());">
Click to bookmark this page</a>

No comments:

Post a Comment