C # webbrowser automatic form submission

Source: Internet
Author: User

Every day, the company needs to log on to several specific websites. It is uncomfortable to lose the account password. use C # webbrowser to automatically fill out the table and submit the Logon Request. the result shows that there is a login button in the form of the website to be logged on without a name. The form is as follows:

C # code

<Form ID = "f_login" name = "f_login" target = "_ top" method = "Post" onsubmit = "Return checkinput (); "> <input type =" text "name =" ID "name =" ID "> <input type =" password "id =" passwd "name =" passwd "> <Input type = "Submit" tabindex = "6" Title = "Logon" value = ""/> </form>

 

Because no logon button name exists

You can directly submit without clicking the "Log on" button. For example, webbrowser1.document. getelementbyid ("f_login"). invokemember ("Submit ");

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.