It is great!!! ... Another issue :-PPP
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 only blocks the iframe window... I would like to block the whole window....(main window) On 31 mayo, 22:10, Daemach <[EMAIL PROTECTED]> wrote: > That's a good question. I designed frameReady to break closures because the > reference to the parent frame was causing execution problems. I just > updated it though, adding the ability to send data that you can reference > separately using the options object. Your code would look like this: > > var newContent = jQuery("#containerDiv")[0].innerHTML > jQuery.frameReady( > function(){ > debugger; > jQuery("#containerContent")[0].innerHTML = frData.newContent; > } > , "top.printContentIframe" > , {data:{newContent:newContent}} // add any data you want to pass to > the target frame here > ); > > You can find the update announcement and a link to the source code > here:http://ideamill.synaptrixgroup.com/?page_id=18 > > On 5/31/07, oscar esp <[EMAIL PROTECTED]> wrote: > > > > > > > Are there any way to pass a param (I need to pass a DIv object) from > > parent to the iframe child? > > > My code: > > (iwould like to use newContent info) > > > var newContent = jQuery("#containerDiv")[0].innerHTML > > jQuery.frameReady( > > function() > > { > > debugger; > > jQuery("#containerContent")[0].innerHTML = newContent; > > }, > > "top.printContentIframe" > > );- Ocultar texto de la cita - > > - Mostrar texto de la cita -