|
hi,
I use the DOM to change some INPUT node in my form (to hide and unhide a field). the problem is that this Input node appear in the INPUT list if I do a getElementByTagName('INPUT') but I can't have it in my formX.elements ... submitting the form won't send this field.
any idea to fix this?
thx
|