i'd say simply replace the iframe href attribute value onHide using "blank.html" or "#"
On Fri, Oct 31, 2008 at 6:16 PM, Yessica <[EMAIL PROTECTED]> wrote: > > Ok,this is an situation. I have an page that loads over jqModal a page > in that iframe, its easy for me that from that page close modal and > empty that iframe with > parent.jQuery('.modal1').find('#iframe').attr('src' , > '').end().jqmHide(); > but on that same page I also have an option to get second page where I > say THANKS ... and link to close yust the same : > parent.jQuery('.modal3').find('#prijava').attr('src' , > '').end().jqmHide() > But it has an delay in showing empty iframe. So when I click on main > page modal and Iframe opens, yust for a sec you can se that last page > from iframe... >