playing arround with the OLE and Internet Explorer stuff.

Shawn and I discovered that internet.aplication was not always comming up to the top.

use this code to setfocus() to it.

code:

....
$nul = olecallfunc($doc, "write", "s", "$html")
while setfocus("$welcome") <> 0 loop
....

Bryce