Allow your visitors to click one text link to quickly and easily add your site to their "Favorites." Don't let your visitors lose you because they forget to bookmark your site! (Netscape Users won't get any errors, but instead of the bookmark link, see a message reminding them to bookmark the site).
Add the below code to the <body> section of your page:
<scriptlanguage="javascript"type="text/javascript"> /* Visit http://www.yaldex.com/
for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin if((navigator.appName=="Microsoft Internet Explorer")&&(parseInt(navigator.appVersion)>=4)){ var
url="http://yaldex.com/JSFactory_Pro.htm"; vartitle="My
Place";
document.write('<A
HREF="javascript:window.ext'); document.write('ernal.AddFavorite(url,title);"
'); document.write('onMouseOver="
window.status='); document.write("'Add
our site to your favorites!'; return true "); document.write('"onMouseOut="
window.status='); document.write("'
'; return true "); document.write('">Add
our site to your favorites!</a>');
} else{ var
msg ="Don't forget to bookmark us!"; if(navigator.appName=="Netscape")
msg +=" (CTRL-D)"; document.write(msg);
} // End --> </script>