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]

Reply via email to