assuming a frameset of the following for this rough example :
<frameset>
<frame name="firstframe" src="thispage.html">
<frame name="secondframe">
</frameset>
and thispage.html contains :
<body
onload="parent.secondframe.location='http://www.greggriffiths.org'">
so when thispage.html loads successfully and completely into the
browser, the provided URL will be loaded into the other frame.
> -----Original Message-----
> From: David.Ebers@o... [mailto:David.Ebers@o...]
> Sent: 05 April 2001 15:56
> To: David.Ebers@o...; html_code_clinic@p...
> Subject: [html_code_clinic] AW: RE: Loading frames?
>
>
> Can you give me some lines of code?
> I'm not quite sure what you mean!
>
> -----Ursprungliche Nachricht-----
> Von: Gregory_Griffiths@c...
> [mailto:Gregory_Griffiths@c...]
> Gesendet: Donnerstag, 5. April 2001 16:32
> An: HTML Code Clinic
> Betreff: [html_code_clinic] RE: Loading frames?
>
>
> Yes you can, try the onload Javascript handler.
>
> > -----Original Message-----
> > From: David.Ebers@o... [mailto:David.Ebers@o...]
> > Sent: 03 April 2001 08:37
> > To: html_code_clinic@p...
> > Subject: [html_code_clinic] Loading frames?
> >
> >
> > Hi all,
> >
> > can I force the browser first to load and display the first frame
> > then the second and firth ... otherwise the screen flickers.
> >
> > Please point me to the right direction
> >
> > Thanks David
>
>