Kald denne her 'test.hta':
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<script type="text/JavaScript">
    window.resizeTo( 500, 300 );
    window.moveTo( (screen.availWidth-500)/2, (screen.availHeight-300)/2 );
</script>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>My Application</title>
<style type="text/css">
body, html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}
body {
    font: 12px tahoma, sans-serif;
    background-color: buttonface;
}
</style>
</head>
<body>
<div style="margin-top:100px;text-align:center">Det ser zq da meget godt ud, ikk'?  :)</div>
</body>
</html>