On Die, 12 Dez 2000 scottandrew wrote:
>I don't see why not.  The DynAPI will by default create a DynDocument
>for the frame it lives in, so you'll actually have three DynDocuments.

So I would need to load the DynAPI for each frame with a DynDocument,
right?

I cannot put:
   <script language="Javascript" src="js/dynapi.js"></script>
   <script language="Javascript">
   DynAPI.setLibraryPath('js/lib/');
   DynAPI.include('dynapi.api.*');
   <script>

into 'top' and do s/th like 

DynAPI.onLoad=function() {
   mainpage = new DynDocument(parent.main);
   hugo = new DynLayer(null,10,10,100,100,'#138673');
   mainpage.addChild(hugo);
}

in a page I load into 'main'?

Martin

>Martin Weinelt wrote:
>> 
>> Hi,
>> 
>> I am dealing with a site with four frames: top, bottom, left, main.
>> Brilliant, eh? Top and bottom are static, left and main is where I
>> may put dyndocuments.
>> 
>> Can I use one of the static frames (top, bottom) to put the dynapi.js
>> and the libs so that the content frames (where I build dynlayers, use
>> widgets, etc) can use them?

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

Reply via email to