单个:
<input type="text" autoComplete= "Off " />
所有表单内:
<form autocomplete= "off ">
<input type= "text " name= "mytext" />
</form>
关于input文本框双击自动提示的处理
原文:http://www.cnblogs.com/yu0312chao/p/4892169.html