input box to clear the cache

Method a: Add autocomplete in not want to use the cache in input = "OFF" 

Eg of: 
a: <input type = "text" autocomplete = "OFF" /> 
two: <input type = "text autocomplete =" ON " /> 


Method two: If the entire form element does not use the autocomplete feature, added in the form tag input is located in autocomplete = "OFF" 

Eg: 
<form Action = "#" autocomplete = "OFF" > 
<input of the type = "text" name = "Test" /> 
</ form>

 

Guess you like

Origin www.cnblogs.com/tanjiyuan/p/12294315.html