Is it possible to change the DISABLED attribute of an entire class? I can do a series of FORM ELEMENTS via a script, if they are all sequentially numbered, but I would like to do something like this:
document.CLASSNAME.DISABLED = false;
Any ideas?
document.CLASSNAME.DISABLED = false;
Any ideas?
Comment