[jQuery] Re: Block UI when user submits a slow page

2007-05-30 Thread Web Specialist
Thanx Jonathan. I'll try your suggestion and include an iframe. Cheers 2007/5/29, Jonathan Sharp <[EMAIL PROTECTED]>: 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 th

[jQuery] Re: Block UI when user submits a slow page

2007-05-29 Thread Jonathan Sharp
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 t