Password type input with autocomplete enabled

The autocomplete attribute works with the following <input> types: text, search, url, tel, email, password, datepickers, range, and color.

The autocomplete attribute specifies whether or not an input field should have autocomplete enabled.

Autocomplete allows the browser to predict the value. When a user starts to type in a field, the browser should display options to fill in the field, based on earlier typed values.

<form action="demo_form.asp" autocomplete="on">
First name:<input type="text" name="fname"><br>
Last name: <input type="text" name="lname"><br>
E-mail: <input type="email" name="email" autocomplete="off"><br>
<input type="submit">
</form>

参见:http://www.w3schools.com/tags/att_input_autocomplete.asp

最新文章

  1. git Bash常用命令
  2. iOS开发之GCD
  3. 理解 OpenStack + Ceph (7): Ceph 的基本操作和常见故障排除方法
  4. Java运算符的优先级(从高到低)
  5. heap和stack有什么区别
  6. 记事本源代码 python3
  7. (六)6.16 Neurons Networks linear decoders and its implements
  8. mvc bundle功能(1)
  9. Objective-C 调用C++,C
  10. 20160501--struts2入门3
  11. Codevs 3990 中国余数定理 2
  12. 使用Parse内付费服务出现的Error Domain=Parse Code=146 &quot;The operation couldn’t be completed. (Parse error 146.)
  13. IIS 7如何实现http重定向https
  14. 86、flask之一些凌乱知识点
  15. lodash中Collection部分所有方法的总结
  16. C# 菜单之递归算法
  17. Ubuntu系统常见问题
  18. Python05(运算符)
  19. 在github上创建新的分支(包括管理分支)
  20. Mac安装HomeBridge适配小米Homekit报错:module未找到解决

热门文章

  1. ubuntu14.04使用samba共享文件
  2. IOS Vsync
  3. Fillrate
  4. 安装Node.js、npm和环境变量的配置
  5. riched32.dll riched20.dll msftedit.dll 解析
  6. Block系列2:Block内存管理
  7. php解耦的三种境界
  8. Appstore 提交Ipad 和Iphone版
  9. 来自 119.*.*.*的回复: TTL 传输中过期
  10. 用jQuery和PHP来实现转盘抽奖程序