Make Homepage | Add To Favorites | Print Page | Submit News | Feedback | Contact | 

Your Technical Computer Information Resource!  
     

  Disable Form AutoComplete  
TACKtech Corp. > Articles > Software > Programming

Disable Form AutoComplete (TTID #362)

Author: TACKtech Team   Views: 8,388 /  Created: January 2, 2005

You can disable AutoComplete on your web based forms using the following methods.



Single Field:

<input type="text" name="fieldname" AUTOCOMPLETE="OFF">


Entire Form:

<form AUTOCOMPLETE="OFF">
  <input type="text" name="fieldname1">
  <input type="text" name="fieldname2">
  <input type="text" name="fieldname3">
</form>


Your Name:


Your E-Mail: (required)


Friend's E-Mail: (required)




View Our World Wide Web Customer Privacy Policy
  Featured Articles  
  Quick Links  
  Top Affiliates  
........