canberrasnag
Programmer
I an writing a wsh file to scan through a form and create an array of the id's of all textbox fields in a form.
I have already writtent e validation code for 1 textbox field in a for by referencing it my name.
What I need to do is scan the form for all non hidden textbox fields and store their ID's so that I can then go through that created list of ID's and validate each of them.
The reason for using ID's is that the form can be localised for different languages. The name of the field changes to suit the displayed language Eg: chinese name for chinese locale. the ID never changes.
I need suggestions on how I can do this please.
many thanks.
I have already writtent e validation code for 1 textbox field in a for by referencing it my name.
What I need to do is scan the form for all non hidden textbox fields and store their ID's so that I can then go through that created list of ID's and validate each of them.
The reason for using ID's is that the form can be localised for different languages. The name of the field changes to suit the displayed language Eg: chinese name for chinese locale. the ID never changes.
I need suggestions on how I can do this please.
many thanks.