On Nov 15, 8:58 am, Ellen <
elle...@gmail.com> wrote:
> As far as I can tell, the cd command simply does not work. For
> example, given a frameset with 2 frames "data" and "myStage".
>
> I've tried the following and ALL get a response of "null"
> cd(frames[0]) and cd(frames[1])
> cd(frames["1"])
> cd(top)
> cd(1) and cd(0)
> cd("1") and cd("0")
> cd(data) and cd(myStage)
> cd("data") and cd("myStage")
> cd(window.data)
> cd(frames[0].contentWindow)
>
> if, however, I simply type in frames[0], it returns "Window
> page01.htm" and you can toggle the little triangle on the left to show
> all properties of that window.
> And if I type frames[0].pageNo it returns "1" which is correct.
> So I guess until they fix cd, we can use frames[number].property as a
> fallback.
>