Jump to content

taking input fields from website and linking them

- - - - -

  • Please log in to reply
3 replies to this topic

#1
ployo60

ployo60

    Newbie

  • Members
  • PipPip
  • 28 posts
Hi,

I am trying to create a program that will allow me to link inputfields togethers. So I fill one in and the other ones gets filled in as well. Is there a way of doing this? I want to be able to click on a input field and link it to one on another site. I'm not a bot and not trying to create a million emails, just something i want to figure out and see if it is even possible, ive tried delphi but dont seem to get very far.
Maybe someone can help me in a direction? use another language or am i missing something???

thx in advanced!!

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
This sounds a bit odd, can you explain more what you're trying to do?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
ployo60

ployo60

    Newbie

  • Members
  • PipPip
  • 28 posts
Ok a random example would be, say you take the registration form of yahoo and the of gmail. Say i want to fill in only the yahoo one and then via a program, it fills in the one of gmail as well. i can select the specific input fields i want to link.... hope that makes it more clear... i know its odd, but im trying to understand if you can make a program that you overlay of your browser, select the specific input fields you want to link and then only have to fill in one. but i really hope someone can help me in the right direction with this project. thx

#4
LuthfiHakim

LuthfiHakim

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 763 posts
Then you haven't explore Delphi thoroughly. By using TWebBrowser you can build the solution in short time. Using TWebBrowser control you can fill specific input fields to values that you want. However the best approach is more like autofill for both gmail and yahoo mail instead of one done manually while the other(s) done automatically.

You need to build a config file that defines the forms' field names and corresponding values, and another file defining the values.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users