Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Createobject

Status
Not open for further replies.

Lasius

Programmer
Joined
Jul 1, 2002
Messages
13
Location
DE
I am calling a function of a vb-activex-exe out of a ASP-script initiated by createObject. This function can take some time, about 10 to 20 seconds. What I need is the information if the user has stopped the request so that I can stop the function. In the ASP-script I can get this information.

Is there a possibility to get events from the vb-activex-exe in the ASP-script (By using the Windows Scripting Host I can get these events, but I have no request to the Response object)? Or how can I get access of the ASP-Response object in the wscript ?
Another thought of my was to start a timer in the ASP-Script where I check if the Client is still there, but I couldnt find a solution. Can I start a timer in the ASP-Script?

Thanks

Thomas Seifarth
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top