Here's the code pertaining to the object creation, does this help?


$ie = createobject("internetexplorer.application")
if $ie = 0 exit endif
$ie.addressbar="0"
$ie.menubar="0"
$ie.toolbar="0"
$ie.statusbar="0"
$ie.resizable="true"
$ie.visible="true"
$ie.top="0"
$ie.left="0"
;$ie.fullscreen="1"
$ie.width="850"
$ie.height="850"
$ie.navigate("about:blank")
$doc=$ie.document
$do = $doc.Open
$doc.write($html + @crlf)
while $ie.busy<>0 and @error=0 Loop


thanks!
_________________________
Scott Hickerson Network Design Engineer