<script language="JavaScript1.2">
/*
Add-to-favorites Script
Created by David Gardner (toolmandav@geocities.com)
No warranty of any kind comes with this script!
Permission granted to Dynamic Drive (http://dynamicdrive.com)
to post and feature this script on their DHTML archive
*/
//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.kwsupport.com/trellix"
var bookmarktitle="KWSupport Unofficial Trellix Support Site"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
else
alert("You need IE 4+ to use this particular feature.")
}
</script>
<a href="javascript:addbookmark()">Bookmark this site!</a>
|