Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick Display Question
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00687253
Message ID:
00688036
Views:
15
>I found a way to get responses using:
>
>response.write
>response.flush
>
>
>the only problem is that this clears my screen and then continuously adds text to the end of my screen. Is there a way to control this better (such as opening a new, smaller window and then overwriting one particular area of the screen, similar to @say... in Fox)?
>

No, I don't know of anything better.
Maybe if you opened a smaller browser window the refresh would be smoother, but I think this would take alot of Javascript and the programming an coordination between the browser windows would get real messy. Microsoft uses this in its Windows Update where it shows a progress bar in a smaller browser window.

Make sure your response.buffer is set to true, which I think the default.
Previous
Reply
Map
View

Click here to load this message in the networking platform