Hello All,

I have a pretty large ASP app (30 pages). On this app, there are many text boxes, etc. I would like to validate all of these, but to do individual javascript functions on each page seems silly. Logically, I would like to use an external js file and just pass all of the text boxes there for validation. BUt I am a little confused on how to implement that. Ideas?

Brian