UdInI
October 26th, 1999, 02:42 AM
Hi,
I've build a traceroute activex.
I want to display the result by using an ASP.
The problem is that I want to have a display line-by-line so the user see the trace step-by-step.
For the moment, the trace runs and then the page is displayed in one block.
I've try Response.Buffer = false
and also with buffer but the behaviour stay unchanged.
There is something to do in the activex in order to let enough resource to the ASP to send a line to the client browser ?
Thx in advance
I've build a traceroute activex.
I want to display the result by using an ASP.
The problem is that I want to have a display line-by-line so the user see the trace step-by-step.
For the moment, the trace runs and then the page is displayed in one block.
I've try Response.Buffer = false
and also with buffer but the behaviour stay unchanged.
There is something to do in the activex in order to let enough resource to the ASP to send a line to the client browser ?
Thx in advance