1) I think this is a really cool use for the OLE stuff. (Lots of ideas come to mind)

2) Shawn's message about 9x clients not being able to use this is very upsetting. (all the ideas that came to mind in #1 are being squashed by #2)

3) Using OLE, is there a way to get information from IE back to the script? With a form or a button? I found that adding a form with ictar's progress routine works.

:CloseWindow
$StatusMessage = '<CENTER><FORM>
<INPUT TYPE="BUTTON" VALUE="Close Window" onClick="top.close()">
</FORM></CENTER>'
Gosub Progress

Puts a close window button in the window.

Only problem with this is that when you click close, another message pops up telling you that the window is closing and asks if it's OK.

Mark P.