Well, I have never had a need of something like this, but I guess a redirect
would solve your problem.
create a blank page that went something like this:
<html>
<meta HTTP-equiv="refresh" Content="[number of seconds until redirect];
URL=[address of page you want to load instead]">
</html>
have a couple pages like this to substitute for your second and third frames
that you want to load. It should work that the frameset will load and the
first page will load along with these two blank ones. After an interval you
specify in the meta tag the individual frames should be replaced by the
right pages.
hope this works,
- Danger
----- Original Message -----
From: "Ebers, David" <David.Ebers@o...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Tuesday, April 03, 2001 12:37 AM
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
>