BlockUI plugin, How can i work with frames.
Hi. I have a page with 3 frames. frmLeft, frmHead, frmCenter.
in frame center i have a table with records. when i click the links, a form is open in a iframe.
So.... when i submit the form in the iframe, i want to block all page during submit action, but at this moment i just can do it over the iframe.
$(document).ready(function() {
$('#follow').click(function() {
$.blockUI;
});
});
Note: I'm Working with Lotus Domino.
Sorry for my english.
Thanks in Advance.