Well, if they are hidden input fields, then I'm not sure you can use innerHTML (all self-enclosed tags should have no innerHTML). You need to set the value on them (ids[i].value = '' + i, instead of ids[i].innerHTML = i). Or by 'hidden fields', do you not mean <input type='hidden'... >?
Greg _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
