there is a onload event triggered by the frame.

<frame src="page.html" name="fraMain" onload="DynDocumentCreationCode">

OR

i think there is some way that you can set the frame's onload code using JS.
this means that you should be able to place this in the control frame load code
to make sure that the event doesn't get triggered until the control frame has
finished loading.

if you can send a same (to me or the list) i can try go into more detail.

[EMAIL PROTECTED] wrote:

> Michael,
>
> I have no control of, or knowledge of the loading document.. all I control
> is the Menubar frame...
>
> Sid
>
> -----Original Message-----
> From: Michael Pemberton [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 18, 2001 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Dynapi-Help] Cross Frame access
>
> you could try using an onload event in the loading document to recreat the
> required objects on your control frame.
>
> [EMAIL PROTECTED] wrote:
>
> > Hi all,
> >
> > Well I have had good success with cross frame layers, however, when the
> user
> > navigates around and the page that the layer was originally on is gone,
> any
> > attempt to create a new DynDocument and attach a new layer to it in the
> > "Main" frame seams to fail...
> >
> > Any Ideas ?
> >
> > Is there an unload event I can trap to capture a change in the other frame
> > and do something like create a new DynDocument and layer then?
> >
> > Any help is greatly appreciated.
> >
> > Sid Young
> >
> > -----Original Message-----
> > From: Richard Bennett [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, May 16, 2001 5:16 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Dynapi-Help] Cross Frame access
> >
> > Hi,
> > Eytan made an example of this, adapting dyndocument a little.
> >
> > see
> > http://www.resass.f2s.com/dynapi/php/examples.html
> >
> > ./Eytan_Heidingsfeld_Examples
> > dynapi.frames.htm
> >
> > There's also a tutorial here:
> > http://dynapi.sourceforge.net/doccenter/index.php?DynDocuments
> > Although I'm not sure if it's 100% up-to-date.
> >
> > Cheers,
> > Richard Bennett
> >
> > [EMAIL PROTECTED]
> > www.richardinfo.com
> > (Everything running on, and ported to DynAPI2.53)
> > visit the DynAPI homepage (and FAQ) ::
> > http://dynapi.sourceforge.net/dynapi/index.php?menu=1
> > Browse (and search) the mailinglist here:
> > http://www.mail-archive.com/index.php3?hunt=dynapi
> >
> > ----- Original Message -----
> > From: <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: 16 May, 2001 08:35
> > Subject: [Dynapi-Help] Cross Frame access
> >
> > >
> > > Hi all,
> > >
> > > My intranet site is constructed along three frames:
> > > A navigation frame on the left,
> > > A Menubar at the top and
> > > A "Main" frame below it.
> > >
> > > (MenuBar and Main are to the right of the Navigation Frame).
> > >
> > > ---------------
> > > |  |  MenuBar |
> > > | N|----------|
> > > | a|          |
> > > | v|  Main    |
> > > |  |          |
> > > ---------------
> > >
> > > I am trying to create a layer in the Main frame (which could contain any
> > > kind of HTML file) on the fly, which is activated/controlled by the
> > MenuBar
> > > Javascript.
> > >
> > > How do I create the layer and assign it to the other frame?
> > >
> > > Sid Young
> > >
> > > _______________________________________________
> > > Dynapi-Help mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.sourceforge.net/lists/listinfo/dynapi-help
> > >
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
> --
> Michael Pemberton
> [EMAIL PROTECTED]
> ICQ: 12107010
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help

--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010




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

Reply via email to