开发者

Disabling autocomplete in Firefox 2

开发者 https://www.devze.com 2022-12-14 05:10 出处:网络
The ff. works in Firefox 3 but not in Firefox 2.Anyone know why and if there is a work-around? <input name=\"pin\" t开发者_JS百科ype=\"password\" autocomplete=\"off\" />

The ff. works in Firefox 3 but not in Firefox 2. Anyone know why and if there is a work-around?

<input name="pin" t开发者_JS百科ype="password" autocomplete="off" />


Found this http://forums.mozillazine.org/viewtopic.php?t=289077. Seems that setting this attrib to off disables the saving of the data but not the retrieval. In my case, the data had already been saved before I introduced the attribute so it was still displayed.

0

精彩评论

暂无评论...
验证码 换一张
取 消