frames, location.href, loading

M

Mark Gibson

I have a page made up of 3 frames. Say I have a function:

function changeLocation(url)
{
top.topnav.location.href=url + '/top' ;
top.body.location.href=url + '/body' ;
top.leftnav.location.href=url + '/leftnav' ;
}

I believe that these pages get loaded synchronously. First,
top.topnav is loaded - When it completes, top.body is loaded,
when it completes, top.leftnav is loaded.

Is there a way to instruct the browser to start loading top.topnav,
then immediately start loading top.body, then top.leftnav?

In other words, I don't want to wait until url + '/top' is
loaded for top.topnav the server before I request url+'/body'
for top.body.

Does this make any sense?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top