<html> <head> <title>test</title> <HTA:APPLICATION ID="Test" APPLICATIONNAME="My Test" BORDER="thick" CAPTION="yes" ICON="http://users.fmg.uva.nl/rgrasman/programming/test.ico" SHOWINTASKBAR="yes" SINGLEINSTANCE="yes" SYSMENU="yes" WINDOWSTATE="normal" MAXIMIZEBUTTON="no" MINIMIZEBUTTON="yes"> </head> <body scroll="no"> <!-- your content here --> <script type="text/javascript"> /* <![CDATA[ */ window.resizeTo(200,150); // resize the current window // to 200 pixels wide and 150 high /* ]]> */ </script> </body> </html>