Problem in the Dialog Resize

Problem in the Dialog Resize

Hi Guys,

Here i am pasting what i wrote can any correct it please

  1. <script type="text/javascript">
  2.         $(document).ready(function () {
  3.             $("#ahrefedit").click(function () {
  4.                 var url = this.href;
  5.                 var dialog = $('<iframe src="' + url + '" frameborder="0" ></iframe>').appendTo('body');
  6.                 dialog.dialog({ modal: true, open: function (type, data)
  7.                 { $(this).parent().appendTo("form"); } 
  8.                 });
  9.                 return false;
  10.             });
  11.         });
  12.     </script>
Please tell me where can i write resize method and define width and height