<html>
<body onload="ShowDialog()">
<script>
function ShowDialog() {
  document.title = window.showModalDialog("showmodaldialog_dialog.html");
}
</script>
</body>
</html>