[jQuery] Re: Loading a Page in an Iframe with BlockUI

2009-07-29 Thread Chris Spencer
Thanks JohnZ/Eric. That works perfectly! Chris On Wed, Jul 29, 2009 at 1:23 PM, Eric Martin wrote: > > Chris, > > Regarding SimpleModal, wouldn't this accomplish what you are looking > for? > > $.modal('http://www.ericmmartin.com"; id="iframeTest" > name="iframeTest" height="450" width="830" sty

[jQuery] Re: Loading a Page in an Iframe with BlockUI

2009-07-29 Thread Eric Martin
Chris, Regarding SimpleModal, wouldn't this accomplish what you are looking for? $.modal('http://www.ericmmartin.com"; id="iframeTest" name="iframeTest" height="450" width="830" style="border:0" />', { closeHTML:"", overlayClose:true, containerCss: {height:450, width:830

[jQuery] Re: Loading a Page in an Iframe with BlockUI

2009-07-29 Thread JohnZ
Here is how I handle it: $('#divOGHide').append('Add Item'); $("#aiClose").click(function() { $.unblockUI(); }); $.blockUI({ message: $("#divAI"), css: { width: '425px', height: '225px', left: ($(window).width(