Floppy Posted November 1, 2012 Posted November 1, 2012 (edited) I'm using _WinHttpSimpleFormFill to fill a form using the following._WinHttpSimpleFormFill($httpConnector, "form", "index:0", "name:first", $first, "name:second", $second)Now I have a problem. The website I'm trying to login to has two fields named "first".Is there a way to tell _WinHttpSimpleFormFill to fill the second field, and not the first?Thank you Edited November 1, 2012 by Filarono
trancexx Posted November 1, 2012 Posted November 1, 2012 Specify id of the field, not the name. ♡♡♡ . eMyvnE
Floppy Posted November 1, 2012 Author Posted November 1, 2012 The field has no id, only class and name.
Floppy Posted November 1, 2012 Author Posted November 1, 2012 As I said, there are two fields with the name "first". So, actually, there is a problem
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now