| This script is for building your own website search engine! All you need to do is change the "keywords" and "url" in the source code and it will search your site locally...pretty cool! Best part is...it opens in a new "mini-window". "); MsgBox.document.write (" Search Results") MsgBox.document.write ("For the keyword: "+Item+" "); for (var i=1; i <= Keyword[0]; i++) { if(Item == Keyword[i]) { Found = true; MsgBox.document.write (""+Descrip[i]+" Click Here To Go There") } } if(!Found) MsgBox.document.write ("Nothing Found") // Leave the line below intact if you want to legally use this script MsgBox.document.write ("") MsgBox.document.write ("Originally created by Adam Allen © 1997 All Rights Reserved") // There must be my notice above if you are to use this script legally. // It took many hours work, fairs is fair, I just want that little line in // and you get a fully working Search ENGINE, for FREE, on your site // In Java Scripts as well, and not crap JAVA! // Also a copyright notice MUST appear with the form. } // --> Download the Script |