PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
There are of course, many ways to skin a cat in many languages, and Javascript is no exception. I would suggest that perhaps your most fruitful approaches might be centered around stepping through all of the fields that you are concerned about, and after getting the field name as a string, and using the appropriate combination of string methods such as substring and/or regular expressions to see if that name meets your criteria, and if it does, process the field appropriately. (Without knowing the actual context you were trying to use txt* and txt*.* it is hard to recommend which approach might be simplest. Bear in mind also that the answers (or recommendations) may vary depending upon how automatic you are expecting the process to be: It sounds suspiciously like you might be hoping to use some sort of wildcard in arguments when you call some of Adobe's routines when you call them from your own Javascript, but the answer here is not surprisingly, "depends on which routine". Bob Jones To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
