it is easy ...

for example your block like this <div id='blockui'></div>
get the page from ajax first ...

webpage = ... ; //get from ajax
$('#blockui').empty();
$('#blockui').append(webpage);



On May 6, 10:34 pm, Adam <[EMAIL PROTECTED]> wrote:
> Is it possible to show an external webpage inside of a blockUI modal
> dialog?  I'd like to call another page via ajax and populate the
> dialog instead of using a reference to a hidden div, etc.

Reply via email to