Notice from szupie:
QUOTE
Step 1:
put the following script in the head of your page.place the code below between the and tags within the HTML page that you want them to bookmark.
<script LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
<!--
var url = "http://your url";
var title = "your title";
function makeLink(){
if(document.all)
window.external.AddFavorite(url,title)
}
// -->
</script>
Step 2:
put the following in the BODY of your page. place the code below between the <BODY> and BODY> tags within the HTML page that you would like to let them bookmark.
<A HREF="java script:makeLink()">Bookmark Us</A>
put the following script in the head of your page.place the code below between the and tags within the HTML page that you want them to bookmark.
<script LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
<!--
var url = "http://your url";
var title = "your title";
function makeLink(){
if(document.all)
window.external.AddFavorite(url,title)
}
// -->
</script>
Step 2:
put the following in the BODY of your page. place the code below between the <BODY> and BODY> tags within the HTML page that you would like to let them bookmark.
<A HREF="java script:makeLink()">Bookmark Us</A>
njoy!
shiv

