Re: Update message on web page while processing
- From: "John Timney \(MVP\)" <x_john@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 Oct 2006 22:23:09 +0100
You could just use a meta refresh
--
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Mark" <markfield88@xxxxxxxxxxxxx> wrote in message
news:ew6K35T%23GHA.1220@xxxxxxxxxxxxxxxxxxxxxxx
Thanks to both of you for your replies. Unfortunately I'm bound to
actually running the process from the web page.
If I go the Frame route ... let's talk about the page that monitors the
job. What javascript or HTML tag is required to autopost back every minute
or so to check on the status of the job?
Thanks again.
Mark
"John Timney (MVP)" <x_john@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:oK6dnVRsS8Cni9zYRVnygg@xxxxxxxxxxxxxxxxx
Can you use the web to start the process and check on it, and use a
service on the web server to do the job - that makes life very simple and
will make creating a solution very simple also. Otherwise, spawn your
intial request into a frameset, and have one frame page request the job
starts, and the other polling for status. You could use an iframe if you
dont want to use a traditional frameset.
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Mark" <markfield88@xxxxxxxxxxxxx> wrote in message
news:%23PuFCgT%23GHA.1200@xxxxxxxxxxxxxxxxxxxxxxx
I'm building a web utility to do some processing that will run for
several hours. Assume I have a valid reason for using the web for the
utility. During the process I'd like to display an update on the job's
status while not stopping the process that is running. It does not need
to be pretty. I'd be quite happy with a quick Response.Write("Job has
finished consuming 300 of 9356 bananas"); or similar. I don't care if
the message is replaced or appended to.
What is the easiest (doesn't need to be pretty on the UI) method for
posting information back to the page while continuing to process?
Thanks!
Mark
.
- Follow-Ups:
- Re: Update message on web page while processing
- From: Steven Cheng[MSFT]
- Re: Update message on web page while processing
- References:
- Update message on web page while processing
- From: Mark
- Re: Update message on web page while processing
- From: John Timney \(MVP\)
- Re: Update message on web page while processing
- From: Mark
- Update message on web page while processing
- Prev by Date: Multiple Web Forms
- Next by Date: Re: .ASPX Page Displays .GIF Images But Not .JPG!!
- Previous by thread: Re: Update message on web page while processing
- Next by thread: Re: Update message on web page while processing
- Index(es):
Relevant Pages
|