Click to See Complete Forum and Search --> : Is it possible to reload web page on "callback"?


alexeik
March 12th, 2003, 01:31 PM
Hi,

I am writing a webpage that takes data from a user to
submit for processing to a remote COM object.
Computation takes a long time, so the COM object fires
notification events to show the progress.
Originally I wrote this COM to be used with regular applications.

It would be very helpful for me to know if it is
possible to reload the page triggered by these events
to show the status.

Any suggestion on this topic would be apprecited.

--Alexei--