I\'ve been looking for a simple solution for quite some time. I want a page (for example http://www.google.com) to be displayed in a JQuery UI Dialog window. The plan is to
You can use iframe:
$("#iframeId").attr("src", $(this).attr("href")); $('#dialogId').dialog('open');