alexia 0 Report post Posted April 5, 2005 (edited) <!-- TWO STEPS TO INSTALL BOOKMARK US SCRIPT: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD>var url = this.location;var who = document.title;var ver = navigator.appNamevar num = parseInt(navigator.appVersion)if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) { document.write('<A HREF="javascript:window.external.AddFavorite(url,who);" '); document.write('onMouseOver=" window.status=') document.write("txt; return true ") document.write('"onMouseOut=" window.status=') document.write("' '; return true ") document.write('">'+ txt + '</a>')}else{ txt += " (Ctrl+D)" document.write(txt)} //--></script></HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --><BODY><font face="Arial" size="3"><b><script></script></b></font><p><center><font face="arial, helvetica" size"-2">Good hosing<br>by <a href="http://Xisto.com">The Good hosting</a></font></center><p><!-- Script Size: 1.72 KB --> Notice from snlildude87: Code looks awfully similar to the at here: http://www.javascriptsource.com/ Edited April 5, 2005 by snlildude87 (see edit history) Share this post Link to post Share on other sites
nonon 0 Report post Posted April 30, 2005 Will that javascript code work cross-browser? i mean with internet explorer, netscape navigator, modzilla firefox, opera, etc, etc, etc Share this post Link to post Share on other sites