Click to See Complete Forum and Search --> : iframe / preloading


_LOBO_
08-20-2003, 02:20 AM
Hi, long time to see to all. I want to know if its possible to track the loading of a page or an iframe using javascript. This would be similar to preloading images, and tracking when the images have loaded (however, I need something to check the loading of 1 item, or of the different components of the iframe (which isn't made up of pictures :0)). The eventual goal is to have a loader bar for an iframe.

I can't find anything on google about it so I'm guessing not. What about others, like asp/php (i don't know php, so preferable not)?

Thanks a lot,

Khalid Ali
08-20-2003, 07:46 AM
Iframe or no Iframe,I don't think you can determine if an object id completely loaded or not on web pages except the images.

Of course you can always use the onload event of any winodw but that will give you a general loading sequence.

_LOBO_
08-25-2003, 11:41 AM
Thanks for your responce Khalid:D