Re: Insert Hyperlink dialog custom window height and width

  •  04-18-2008, 10:23 PM

    Re: Insert Hyperlink dialog custom window height and width

    Hi,
     
    The editor can't not know you modified the tag_a.aspx.
     
    So the best way is change the tag_a.aspx and resize itself using javascript :
     
    <script>
    top.resizeTo(420,320)
    </script>
     
    Regards , Terry.
     
View Complete Thread