Discussion:
Setting an HTA width and height
(too old to reply)
r***@gmail.com
2005-02-08 22:35:55 UTC
Permalink
I know I saw somewhere before that showed how to set the size of the
HTA window in some webcast but for the life of me I can't get anything
to work. Can someone please let me know how I can do it? Thanks.
Nic Roche
2005-02-08 23:56:28 UTC
Permalink
Post by r***@gmail.com
I know I saw somewhere before that showed how to set the size of the
HTA window in some webcast but for the life of me I can't get anything
to work. Can someone please let me know how I can do it? Thanks.
Call Window.resizeTo( iWidth, iHeight )


Nic Roche
Michael Harris (MVP)
2005-02-09 01:35:59 UTC
Permalink
Post by r***@gmail.com
I know I saw somewhere before that showed how to set the size of the
HTA window in some webcast but for the life of me I can't get anything
to work. Can someone please let me know how I can do it? Thanks.
<html>
<head>
<script language="vbscript">
window.resizeto 200,200
window.moveto 100,100
</script>
<hta:application>
</head>
<body>
blah, blah...
</body>
</html>
--
Michael Harris
Microsoft MVP Scripting
Loading...