An Idea, BUT Also A Problem
Once I saw (and used) an app named 1CFF I think (1 Click Form Filler) that could basicly fill common forms with info specified in it's setup, after using it I thought of making an improved program, that the user builds a file and specifies in it let's say something like this:
Code:
www.yahoo.com //first line is the url
field=p //then all fields (p=search field on yahoo)
fill=will this ever work //what to fill in previous field
field=somefield //again till end of file
fill=something //again till end of file
if anyone could help/give me a way to list all fields dynamicly and all the info to fill in them dynamicly and proccess even if there are a few webpages in one file I would be greatful,
Thanks for reading and thanks in advance if you can/want to help!