On 06.Dec.2002 -- 11:09 AM, Michael Melhem wrote:
> On Thu, Dec 05, 2002 at 10:45:38PM -0800, Ovidiu Predescu wrote:
> > "Finish" what? The problem with that is that you could still do things 
> > after the page was sent back to the client. Advanced users might want 
> > to use this fact to do all sorts of nasty things.
> 
> Interesting, didnt think of that. So does this mean you can send
> multiple pages back to the client without client intereaction.. ?

Don't think so (because the browser is not listening). But you could
write a document locally (to a file) or if we had an EmailSerializer
one could send an email or ... like

   ....
   sendPageAndContinue("Confimation.email");
   sendPageAndBlock("Confirmation.xml"); // or whatever name it is currently
   ....

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to