second u need to input this into your <head></head>
and change the var url Address and var Pagename to suit your site url and site name
<script language="JavaScript" type="Text/Javascript">
<!--// Hide script from older browsers
// script by [url=http://www.hypergurl.com]http://www.hypergurl.com[/url]
var urlAddress = "http://www.hypergurl.com/graphics.html";
var pageName = "Free Graphics,Hypergurl";
function addToFavorites() {
if (window.external) {
window.external.AddFavorite(urlAddress,pageName)
} else {
alert("Sorry! Your browser doesn't support this function.");
}
}
// --></script>
next u need to input this in your<body></body>and change the color and font to suit your site
<a href="javascript:addToFavorites()">Bookmark Page !</a>
now your done
Edited by lhunath, 17 October 2004 - 09:04 AM.











