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!!
3 replies to this topic
#1
Posted 09 January 2011 - 04:41 AM
|
|
|
#2
Posted 10 January 2011 - 04:46 AM
This sounds a bit odd, can you explain more what you're trying to do?
#3
Posted 10 January 2011 - 05:04 AM
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
Posted 10 January 2011 - 07:00 AM
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.
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


Sign In
Create Account


Back to top









