David:Good call. I tried it with the ()'s and it made the syntax error go away. But it would seem that it still doesn't fetch the title of the document. The output from this script should be this...
name=Welcome to Microsoft's Homepage
title=Welcome to Microsoft's Homepage
Any other ideas ?
Shawn.
ps
I purposely didn't turn visibility on, one can do so like this...
...
$= $ie.navigate("http://www.microsoft.com")
$ie.visible = 1
while $ie.busy and @error = 0 loop
while $ie.readystate <> 4 and @error = 0 loop
...