The WindowState property is only available to HTA Browser Applications (.HTA extentions) which is something i figure you dont want to be using (imho).

Like Jens and Les mentioned - if your lucky enough to have InternetExplorer retain its focus when you start her, might try sending these keys from your script. Might be a hit-and-miss proposition.

$=sendkeys("~ n")

assuming english menus here.

-Shawn

[ 25. October 2002, 17:30: Message edited by: Shawn ]