Hi,
After getting so much help from this site, I decided to join! But thats beside the point....
I'm fairly experienced in C#, but never did anything web related, so I need some help.
What I want to do, is have a drivers license be scanned by our card readers, take all the information we need (dl number, state, address, name, date of birth) and place it into a form on another website, (autofill the information basically). I wrote the part of the program that gets all the info off the card and formats it in all the variables I have for the names and such, now i need to know how to move it to the form.
I may be mistaking, but what I get from the form, the front end is just a simple html form, then it runs a javascript app to move all the data to their server. I got all the textbox names with firefox's web developer add on. Is there anyway to send all my variables to the textboxes they belong in. Sorry for the long post, and thanks for all the previous help!
After getting so much help from this site, I decided to join! But thats beside the point....
I'm fairly experienced in C#, but never did anything web related, so I need some help.
What I want to do, is have a drivers license be scanned by our card readers, take all the information we need (dl number, state, address, name, date of birth) and place it into a form on another website, (autofill the information basically). I wrote the part of the program that gets all the info off the card and formats it in all the variables I have for the names and such, now i need to know how to move it to the form.
I may be mistaking, but what I get from the form, the front end is just a simple html form, then it runs a javascript app to move all the data to their server. I got all the textbox names with firefox's web developer add on. Is there anyway to send all my variables to the textboxes they belong in. Sorry for the long post, and thanks for all the previous help!
Comment