|
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
|
|