Subject: check if page is loaded
Posted By: darkhalf Post Date: 10/3/2005 11:31:52 AM
Hi,

In a frameset, how can you check if a page has loaded yet?

Reply By: vinod_yadav1919 Reply Date: 10/4/2005 5:26:25 AM
Hii Darkhalf!!

use
parent.f2.document.all
//---> true if frame named 'f2' is loaded

or
parent.f2.length!=0
//--->  if frame named 'f2' is loaded and have some length

Hope this will help you


Cheers :)

vinod

Go to topic 35377

Return to index page 460
Return to index page 459
Return to index page 458
Return to index page 457
Return to index page 456
Return to index page 455
Return to index page 454
Return to index page 453
Return to index page 452
Return to index page 451