I would like to know if it’s possible to write to the browser window before a WebQuerySave agent is ready.Now the code is executed and finaly the output is send to the browser.
Let’s explain what i mean:
A visitor submits a document. On the first part of my webquerysave agent it has a print statement that should redirect the user to a new url.
The agent then does some calculations etc. on the newly submitted document and finaly saves it.
I would like to redirect the user without waiting for this background tasks!
Is there a way to do this with LS or java??