Search code examples
hta

change HTA application window size


is there any way to change the size of an HTA application?

thanks


Solution

  • <script type="text/javascript">
        window.resizeTo(300,290);
    </script>