hello,
i try to get the contentHeight/Width of a Dynlayer-Object in another frame
than the frame i need the variable.
the frame where the dynlayer 'content' is located is called 'maintext'.
the frame where i need the var is called 'mainscroll'.
For IE i use the following code :

parent.frames.maintext.content.getContentHeight();

an this works.

But Netscape doesn't accept this. I tried :
parent.frames["maintext"].layers["content"].getContentHeight();
but this also doesn't work.

Do u have any suggestions ?

 Thanx
  Sebastian


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to