RE: REPOST: nested hierarchy property and javascript

2004-05-24 Thread ZCurtis
I understand what you are saying and the getElementsByName() is useful to know. An issue I still have is when writing the conditional javascript statement, I don't know where in the nested hierarchy I am in. What I am saying is that the conditional javascript statement needs to be coded once an

REPOST: nested hierarchy property and javascript

2004-05-24 Thread ZCurtis
I am struggling with using javascript to reference a nested property that is 2 levels deep. I didn't seem to find anything on this topic that helped me when searching the archive list. Here is an example of my code that is NOT working because document.forms[0].myHidden does not exist (it's in a

nested property and javascript reference

2004-05-19 Thread ZCurtis
I am struggling with using javascript to reference a nested property that is two levels deep. I didn't seem to find anything on this topic that helped me when searching the archive list. Here is an example of my code that is not working because document.forms[0].myHidden does not exist. JSP cod