|
#1
| ||||
| ||||
| <!-- 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> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Original: etLux --> <!-- Web Site: http://www.jscode.com --> <script language="JavaScript"> <!-- // message to show in non-IE browsers var txt = "Bookmark JavaScriptSource!" // do not edit below this line // =========================== var url = this.location; var who = document.title; var ver = navigator.appName var num = parseInt(navigator.appVersion) if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) { document.write(''<A HREF="javascript indow.external.AddFavorite(url,w ho);" '');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> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Original: etLux --> <!-- Web Site: http://www.jscode.com --> <font face="Arial" size="3"> <b> <script> </script> </b> </font> <p><center> <font face="arial, helvetica" size"-2">Free JavaScripts provided<br> by <a href="http://javascriptsource.com">The JavaScript Source</a></font> </center><p> <!-- Script Size: 1.72 KB --> |