RE: [Dynapi-Help] How to access a layer wich is in another frame.

2001-01-18 Thread Cristian Grigoriu
ccess a layer wich is in another frame. Hi! I have a documment with two frames and one frame has differents layers. How I can access to a layer of frame1 in frame2? I tried parent.frames[0].layers.length but it returns 0 because all my layers are done by DIV tags. I tried parent.fra

[Dynapi-Help] How to access a layer wich is in another frame.

2001-01-18 Thread Raul Perez
Hi! I have a documment with two frames and one frame has differents layers. How I can access to a layer of frame1 in frame2? I tried parent.frames[0].layers.length but it returns 0 because all my layers are done by DIV tags. I tried parent.frames[0].document. but dont runs. What can I do?