Thanks to everybody for the reply, however these options didn't work.
I cant use the progress bar because it is getting displayed as Done
before the page load is complete and image still appears on the page.
and i also tried with the object.readystate. This result is always
giving me "Complete" i tried looping it to find the status from the
begining however it displayed only Complete even after the image was
hidden. They have used Ajax and running some script like
"ScriptResource.axd". Only the value of object.sourceindex changes
when the object is visible and then made hidden and i am not sure if
we can use that and will the value be constant across all the pages.
Your help is highly appreicated.
Regards,
Suresh
On Apr 27, 10:53 am, uma mahesh <
umamahesh...@gmail.com> wrote:
> Hello Depak,
>
> Can you please send any example line of script..
> Would like to see how the line of code will come when we are using this
> following methods.
>
> Regards
> '========================================================
>
> On Tue, Apr 24, 2012 at 9:25 PM, Deepak Kumar Mahapatro <
>
>
>
>
>
>
>
>
deepakkumarmahapatro...@gmail.com> wrote:
> > Hi Suresh,
>
> > you can try below code that uses the native property readyState
> > <object hierarchy>.object.readyState. result of the statement can be any
> > of the below
>
> > uninitializedThe object is first instantiated but has not begun loading.
> > loadingThe object has commenced loading.loaded The object has completed
> > loading.interactiveThe object is loaded but not yet closed but is ready
> > to handle interaction. completeThe object body has been closed and the
> > loading is finished.(the table is copied from