How to resize dialogs?

  •  05-07-2007, 7:04 PM

    How to resize dialogs?

    Hi, several of the dialogs provided as part of CuteSoft are too high, and I'd like to reduce their height when the page loads.
     
    For example, the insert image and flash dialogs are about 3/4" too high.
     
    I wanted to do something like the following, but I'm not clear on where such code should go:
     

    <script language="javascript">

    <!--

    try {

    window.resizeTo(1025,835);

    }

    catch (error) {

    }

    -->

    </script>
     
    Can you advise?
     
    fred
View Complete Thread