You can't block across requests. You may achieve your desired effect if your page is within an iframe and the blockui is in the parent document.
In short you can block when the user clicks submit but at an arbitrary point in time the browser will clear the screen as it receives the response. So there isn't really a way to do what you want. Cheers, -js On 5/29/07, Web Specialist <[EMAIL PROTECTED]> wrote:
Hi all do you know any example using BlockUI with "normal" form(otherwise Ajax)? I have a very slow form(processing text files). I'll want to block UI when user submits that form and, after execute that page, unblock again. Cheers

