Bookmark Script
Code:
Update and insert the following code between
the header tags.
<SCRIPT LANGUAGE="JavaScript">
var bookmarkurl="http://www.<Your Domain Name>"
var bookmarktitle="<Enter Your Title>"
function addbookmark(){
if (document.all)
window.external.
AddFavorite(bookmarkurl,bookmarktitle)
}
|
Next, insert this code into the body.
<a href="javascript:addbookmark()">Bookmark
This Site</a>
|
|