Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Oct : how to click a button with TIdHTTP
| Subject: | how to click a button with TIdHTTP |
| Posted by: | "Eugene V. Goldberg" (eugenegoldbe..@mail.ru) |
| Date: | Sun, 2 Oct 2005 11:24:54 |
Hi there guys,
I am hooking HttpSendRequest and i see it sends a data like
"j_username=user&j_password=password&iaccept=I+agree"
How do i send the same with TIdHTTP?
Also i will need to send a data like this:
lastname=Eugene&firstname=Goldberg&county=Test1&city=Test2&zipcode=50849&Sub
mit=Search&state=CO&state=MD&state=UT
and get a result page.
Thanx alot for any tips and suggestions.
Regards,
Eugene.