【sequence】
Taking Motorola's September Grand Prix as an example, the following describes the automatic submission of web forms with VB to implement the verification code. We now look at Motorola's voting page: http://www.motorola.com.cn/news/925/photo.asp? Id = {525147E1-C4A7-41EE-9190-95800AC81E29}
If you want to vote for the user, you must fill in the verification code! Since the verification code is a picture, it is then, it has increased a lot of difficulty for automatic submission data. Therefore, if you want to submit a vote, you must get the verification code first!
Difficulties: (1) obtain the verification code image and identify the corresponding data; (2) Submit the data form.
First let's analyze the HTML source code on this page, the code is as follows:
...