Sai che non riesco a trovare il link al download del plugIn (sempre se ci sia..) ho fatto così
codice:
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
$( "#dialog" ).dialog('open');
});
</script>
<style type="text/css">
</style>
</head>
<body>
<div id="dialog" title="Basic dialog">
This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>
</body>
</html>