tags:

views:

24

answers:

1

hi all

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

thanks

+2  A: 
<script type="text/javascript">
    window.resizeTo(300,290);
</script>
Piskvor