Automatic bookmarking of your webpage
This tiny one-line-script automatically asks your visitors to add your webpage to their bookmark (favorites) list. Easy configuration. Internet Explorer 4x.
Configuration
Paste the following red code right INTO the <body> tag of your webpage:
<body onLoad="if(document.all) window.external.AddFavorite(window.document.location,window.document.title)">