If you are using frames, I could think of a solution, somewhat convoluted,
though.

When the Compute button is click, another frame ( probably the Menu frame)
opens a window with the Wait message; The page gets submitted; When the
result page is finally loaded it tells the Menu page to close the message
Window. 

(You need another frame so that there is somebody holding a handle to the
message window.)

Hope this helps.


Aby

> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, April 15, 1999 11:18 AM
> To:   [EMAIL PROTECTED]
> Subject:      [ND] Client pull/ Server Push
> 
> HI,
> I have a situation where I want to simulate a Sever Push.
> I have a query criteria page and a query result page. The user enters in
> the criteria on the criteria page and then clicks the compute
> button. It takes some time for the query result page to process the query
> and spit out the result. I would like to have a temperory "wait,
> processing 
> in progress"
> page appear when the user clicks the compute button. When the result page
> is ready, I want to go ahead and display it. I have been able
> to get this to work using meta tags where I load the temp page as the
> action on the compute button which automatticaly redirects to the result
> page.
> I pass the SPIDERSESSION in the redirect URL to ensure that the correct
> session is maintained. THe problem with this approach is that when the
> user 
> uses the back button on the result page, he goes to the temp page rather
> than the criteria page.
> I have also been playing around with multipart/x-mixed-replace content
> types. But, I am unable to immediately stream the output to the browser.
> ND seems to flush to the browser only when the next page is ready.
> ANy help/suggestions/comments would be welcome.
> rgds
> Jayadev
> _________________________________________________________________________
> 
> For help in using, subscribing, and unsubscribing to the discussion
> forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
> 
> For dire need help, email: [EMAIL PROTECTED]
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to