|
Re: Field validation and changing display properties...
the way I had it in my first post was so you could add all the id's you need to the tag itself
onkeyup="toggleProceed(new Array('id1', 'id2','id3' etc...))"
It will loop through them all to make sure the values are set.
You wouldn't have to change the function at all.
|