 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
andrew Guest
|
Posted: Tue May 22, 2007 6:10 am Post subject: How to grab a webpage, fill the fields... and more operation |
|
|
Hi all,
Sorry for such a rookie question, but I have been requested do make a
"AutoWebPage Filler" (guess I can call it that) for 2 of my clients. It
has to open the webpage, fill the fields, press the button on the
webpage and get a specific result from the page (an authorization
number), everything being in a framed webpage. And, they don't even want
to see the page, so it'll seem a "hidden process" to them .
The problem is, how can I do that? I don't have the slightest idea. The
only stuff that I have done as web has been with Intraweb, so I can be
considered web-dummy with this kind of stuff. I remember a guy in a
company that I was doing a job doing something like that with php4delphi
IIRC, but he isn't with the said company anymore.
Any pointers? Directions? Examples? Please? Double Please?
Thanks a buch for any answers.
Andrew S. |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue May 22, 2007 6:17 am Post subject: Re: How to grab a webpage, fill the fields... and more opera |
|
|
"andrew" <andrew_s_vaz (AT) nospam (DOT) yahoo.com> wrote in message
news:MPG.20bc374357e9a69989682 (AT) newsgroups (DOT) borland.com...
| Quote: | Sorry for such a rookie question, but I have been requested do
make a "AutoWebPage Filler" (guess I can call it that) for 2 of
my clients. It has to open the webpage, fill the fields, press the
button on the webpage and get a specific result from the page
(an authorization number), everything being in a framed webpage.
And, they don't even want to see the page, so it'll seem a
"hidden process" to them .
|
Use the TIdHTTP component. Its Get() and Post() methods can submit
HTML form data. You don't even need to download the original page, if
you know ahead of time the HTML field names.
Gambit |
|
| Back to top |
|
 |
andrew Guest
|
Posted: Tue May 22, 2007 7:07 am Post subject: Re: How to grab a webpage, fill the fields... and more opera |
|
|
Wow, speaking of fast answers... Thanks Gambit!
I'll give it a try.
Thanks again.
Andrew S.
| Quote: |
Sorry for such a rookie question, but I have been requested do
make a "AutoWebPage Filler" (guess I can call it that) for 2 of
my clients. It has to open the webpage, fill the fields, press the
button on the webpage and get a specific result from the page
(an authorization number), everything being in a framed webpage.
And, they don't even want to see the page, so it'll seem a
"hidden process" to them .
Use the TIdHTTP component. Its Get() and Post() methods can submit
HTML form data. You don't even need to download the original page, if
you know ahead of time the HTML field names.
Gambit
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|