The following is a small set of utilities to expand the standard
Java Script conditional checks. It includes: "isIn(x,y)", "IsNum(x)",
"isLetter(x)", and "isAlpha(x)".
To use the utilities in a page, put file "Library.js" in the same
directory as the
page and insert: <SCRIPT SRC="Library.js"> </SCRIPT> in the page
header. An example of its use in any script would then be:
if (function) { statement block if true } else { statement block if
false},
where function is any of the functions above. Grab the FILE.
I very rarely affix a copyright header to scripts but I have to this one. The script
is freeware and may be used by anyone as long as the header remains intact with the
code.