How can you group a variety of different HTML objects so that they can be altered by one javascript call?
For example, group a text field, text area, and maybe in a table with background and move as one them with getElementById([one id that refers to them all]).style.whatever

thanks