function help() { var msg = "A (period) between words or phrases requires BOTH to be present in a paragraph (logical AND); a '/' will accept EITHER (logical OR). Valid Characters are 0-9, a-z, A-Z, and '-'. Use the 'Start' Button to initiate the search." ; alert(msg); } function starte() { // var date = new Date(); // date.setTime(date.getTime()+(3600*24*60*60*50)); // < 6 months // var expires = "; expires="+date.toGMTString(); // document.cookie = "BahaiText2="+"xx"+expires+"; path=/"; // document.cookie = "BahaiText3="+"bpr"+"xx"+"0"+expires+"; path=/"; var wd = document.frm.words.value ;{ if (wd == "") { alert ("Type Search Words in Text Box") return false } } for (var i = 0; i < wd.length; i++) { var ch = wd.substring(i, i + 1); if (ch < " " || ch > "z") { alert (ch+" is Invalid") return false } if (ch > " " && ch < "-") { alert (ch+" is Invalid") return false } if (ch > "9" && ch < "A") { alert (ch+" is Invalid") return false } if (ch > "Z" && ch < "a") { alert (ch+" is Invalid") return false } } document.frm.page.value="0"; document.frm.cat.value="xx"; document.frm.submit(); return true; } //--> Select Book:

Use Start button, not Enter Key:

Case Sensitive Not
Whole Words Not