4
Uh, sorry, some additional questions popped up here:
I want to hide an element within a form, which means I need to know the ids of the elements... Nope! I need a way to set the id of the <-tr-> tag that contains the element that I want to hide, right? Or else I get empty rows in the form, and I don't want that. But:
1. I can't find a way to give the <-tr-> that contains the element an id. Is this possible? - or -
2. I know that the element I want to hide is inside the following <-tr->. This means that I could search for it in the DOM. Am I on the right track?
3. Would it be easier if I start using a javascript library like Prototype for stuff like this? Any recommendations?
BTW, how do I write tags in this forum without messing up the layout?