Puzzle of browser saving password and autofill password (browser save password and auto fill password)

Source: Internet
Author: User

Original refer:http://www.cnblogs.com/happyfreelife/p/4240100.html

When a form with username and password is submitted, the viewer intelligently asks the user if they want to save the password. If developers don't want this "smart" thing, they can use Ajax to submit the form so that the viewer is not "smart".

"When the browser is allowed to save the password for the site, the next time any page of the site is opened, the browser automatically detects that the page has a password element , and if there is more than one, automatically populates the corresponding last saved password, but the prerequisites for AutoFill Yes: the first password element in the page must have an id attribute or a name attribute. If neither of these properties is not automatically populated. ”

If the developer doesn't want to populate automatically, you can secretly add one to the form

<type= "password"  style= "Display:none;" >

This will destroy the "preconditions".

Puzzle of browser saving password and autofill password (browser save password and auto fill password)

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.