|
Posted by badar.waqas@gmail.com on 11/30/07 08:18
On Nov 30, 12:36 pm, SeanInSeattle <WakieWa...@gmail.com> wrote:
> So, I'm compiling XML strings within a function, when passed the type
> of XML file to create. My question is, how do i query the status of
> that function so that I can show a "XML File Loading, Please Wait."
> notice on my web site while the XML file is being created.
>
> Any help is appreciated!
Use a session variable in which you store the current operation or
progress.On client either use ajax or frame to read that session
variable after specific interval.
[Back to original message]
|