I'm interested..!

-----Original Message-----
From: Eytan Heidingsfeld [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 7:57 PM
To: [EMAIL PROTECTED]
Subject: RE: [Dynapi-Help] Cross Frame access


If you use my cool OO functions of Implement and Share
(in my example of  frames on richards site) then every time you want to
create a DynLayer in the frame that isn't yours you do this:
if (!otherframe.document.isDynDocument)
        Implement;

then go
myLayer = new DynLayer;
otherframe.document.addChild(myLayer)

I'll send an example soon
8am

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

Reply via email to