Yes, well the indy controls are sure easy to use, so I have it all going
now, so thank you all for your help.

Jason

-----Original Message-----
From: Xander van der Merwe [mailto:[EMAIL PROTECTED]] 
Sent: Friday, 3 August 2001 11:11
To: Multiple recipients of list delphi
Subject: Re: [DUG]: How to talk to web asp page to get info back to
delphi App?

You can use the TIdHTTP component (part of Indy components). There is a
good 
sample application under the Indy install directory showing you how to
write 
an HTTP client app - from memory it shows both text and binary data 
send/receive (look at the TIdHTTP.Post() method).

On the ASP side you can do a Response.BinaryWrite() for streams or 
Response.Write() for text.

HTH
Xander


>From: "Jason Coley" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
>Subject: [DUG]:  How to talk to web asp page to get info back to delphi

>App?
>Date: Fri, 3 Aug 2001 10:08:51 +1200
>
>I have never used delphi to get web info before, so how do I go about
>using D5 to send an asp url and get the stream back, so I can parse it
>into meaningful text?
>What controls do I use?
>
>Jason
>-----------------------------------------------------------------------
----
>     New Zealand Delphi Users group - Delphi List -
[EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>To UnSub, send email to: [EMAIL PROTECTED]
>with body of "unsubscribe delphi"
>Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


_________________________________________________________________
Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp

------------------------------------------------------------------------
---
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to