Problem in the Dialog Resize
Hi Guys,
Here i am pasting what i wrote can any correct it please
- <script type="text/javascript">
- $(document).ready(function () {
- $("#ahrefedit").click(function () {
- var url = this.href;
- var dialog = $('<iframe src="' + url + '" frameborder="0" ></iframe>').appendTo('body');
- dialog.dialog({ modal: true, open: function (type, data)
- { $(this).parent().appendTo("form"); }
- });
- return false;
- });
- });
- </script>
Please tell me where can i write resize method and define width and height