Thanks JohnZ/Eric. That works perfectly!

Chris

On Wed, Jul 29, 2009 at 1:23 PM, Eric Martin<emarti...@gmail.com> wrote:
>
> Chris,
>
> Regarding SimpleModal, wouldn't this accomplish what you are looking
> for?
>
> $.modal('<iframe src="http://www.ericmmartin.com"; id="iframeTest"
> name="iframeTest" height="450" width="830" style="border:0" />', {
>        closeHTML:"",
>        overlayClose:true,
>        containerCss: {height:450,  width:830}
> });
>
> That's with SimpleModal v1.3.
>
> -Eric
>
> On Jul 29, 7:24 am, Chris <chriss...@gmail.com> wrote:
>> How would you load a separate page in an iframe with BlockUI?
>>
>> I tried:
>> forceIframe:true,
>> iframeSrc:'/iframepage.html'
>>
>> but BlockUI still creates the default "Please wait..." overlay, but
>> also creates a seemingly separate iframe overlay, but without applying
>> any of the CSS properties to it.
>>
>> If BlockUI doesn't have this functionality, so any of the other
>> overlay plugins support it? I've tried jqModal and SimpleModal, but
>> none of them seem to explicitly support this.
>>
>> Regards,
>> Chris
> >
>

Reply via email to