View Single Post
  #7 (permalink)  
Old Sep 25th, 2007, 10:12
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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.