为什么有时候网页上的文本框会自动记录以前输入过的内容,而有时候不行

请问在IE什么地方设置的吗?
---------------------------------------------------------------

启动IE,工具-》Internet选项-》内容-》自动完成,
按提示可在“表单”前面打钩,或者清除。
---------------------------------------------------------------

1<input autocomplete="on" type="text"/>

打开该功能

1<input autocomplete="off" type="text"/>

关闭该功能

Published At
Categories with Web编程
comments powered by Disqus