Re: [Tutor] Website form data input

2012-10-06 Thread Steven D'Aprano
On 07/10/12 09:16, Selby Rowley-Cannon wrote: Hello, I am aiming to write a program that inputs a list of codes into an HTML text field, one by one, entering the next code if it is incorrect, but stopping when the code is correct. I've got down putting the codes into a list, and 'for' loop

Re: [Tutor] Website form data input

2012-10-06 Thread Alan Gauld
On 06/10/12 23:16, Selby Rowley-Cannon wrote: I am aiming to write a program that inputs a list of codes into an HTML text field, ...but I don't know how to enter text into a text field in a website. This is probably going to be much harder than you ever realized however You can use u

[Tutor] Website form data input

2012-10-06 Thread Selby Rowley-Cannon
Hello,      I am aiming to write a program that inputs a list of codes into an HTML text field, one by one, entering the next code if it is incorrect, but stopping when the code is correct. I've got down putting the codes into a list, and 'for' looping though it (maybe 'while' the entered code