Someone,
I have this one line of VBscript that refers 2 parent pages deep, where there is a frame for a document called TOC. On the TOC document is a SelectBox that I am trying to get an obj ref to.
parent.parent.document.frames("TOC".document.getelementById("SELECTBOX NAME"
The above works in IE using VB but I need the JavaScript equivilent. The parent and frame items are what I am not familar with in Javascript.
Thanks
Rock6431
I have this one line of VBscript that refers 2 parent pages deep, where there is a frame for a document called TOC. On the TOC document is a SelectBox that I am trying to get an obj ref to.
parent.parent.document.frames("TOC".document.getelementById("SELECTBOX NAME"
The above works in IE using VB but I need the JavaScript equivilent. The parent and frame items are what I am not familar with in Javascript.
Thanks
Rock6431