I'm trying to validate that the first character in a form text field is not a letter. This is for a Cold Fusion application using type="file". However I do not want them to browse to a document stored in a letter drive on their machine, but rather a file share mapped in My Network Places. (C:\ vs \\fil). The js will do an easy check on the first character in the form field. If it starts with a letter then it will alert them.