Oscar, blockUI only blocks the document on which it is loaded. If you have code executing in your iframe and you want that code to block the parent document you need to call up through the parent:
parent.$.blockUI(); Mike On 6/5/07, oscar esp <[EMAIL PROTECTED]> wrote:
I use the block pluggin in my App. I have a Page with this structure: <div> </div> <div id=iframe> <iframe> </div> if I execute the blockUI action in the iframe content only blocks the iframe window... I would like to block the main window.... in order to block all the screen? Any idea¿?