Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: Display Server Repsonse in new window
| Subject: | Re: Display Server Repsonse in new window |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 15 Aug 2006 13:46:05 |
"Robert T" <some@some.com> wrote in message
news:44e2196a@newsgroups.borland.com...
> I want my TidHTTPResponseInfo to display in a new window after
> submitting a page to the server. It is basically a webbases application
> and evertime they click on a report link I want to display the report
> in a new window.
You could simply open the new window before making each request, and give
each window its own TIdHTTP instance.
Gambit
none