Richard,

Depends on the object. We know for sure that KiXtart COM doesn't support ActiveX event handling in any way. So having said that, most times an object will provide state properties that you can loop against. For example, IE has navigation state change events, but it also provides a readystate property that non-event-aware scripting languages can query ... so again, depends on the object ...

What object is this ? Playing with the HTTP driver-control ?

-Shawn