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
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?