Settings | Sign in | Sign up

There is currently 1 post.

【资料】让输入框关闭自动完成(AutoComplete)功能

Floor 1 巨大八爪鱼 12/2/10 13:26
浏览器自动完成功能让我们填写表单更加方便,可是有时我们并不想浏览器把我们输入的内容记录下来,例如信用卡号码,或者其它需要保密的东东。

  现在我们可以用input的一个属性autocomplete。

  这是一个关闭自动完成的示例:

<input type="text" name="test" autocomplete="off" />

  这个属性虽然不属于XHtml标准,但IE以及Mozilla都支持,也许不久后也会加入到标准当中吧。

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.