<style type="text/css">
body {
overflow:hidden;
}
</style>
style="width:800px;height:600px;border:0px;
$(function() {
$( "#dialog" ).dialog({
autoResize: true,
width: "auto",
height: "auto",
modal: false,
title: 'Modal title',
position: ['top', 'center']
});
});
Using an iframe inside dialog container:
Open in new window