Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to prevente auto fill in input text elements

Status
Not open for further replies.

atferraz

Technical User
Aug 23, 2003
129
PT
Hello,
Have to problems with the auto fill capability of the text input element.
My login doesn't need it and in my forms it doesn't show right bellow. It shows a lot bellow

How can I control it

Thanks anyone
 
Hm are you talking about on your browser or a form you are creating.

Let's assume your browser & let's assume IE:
1. Go to Tools - Internet options.
2. Under the Content tab, hit the Autocomplete button.
3. Now hit the clear forms button & uncheck forms & user names / passwords.
4. Hit ok & OK

Let's assume you are talking about a form. You can add autocomplete="off" to the opening form tag or to each input tag.

__________________________
Corey

 
Sorry, is a form and autocomplete="off" work just fine. thanks.
How can I control where autocomplete shows, because in my case it shows 2 or 3 rows down?
 
control some how, because in some cases I'm using positioning and some not. In all cases the autocomplete window show a few lines down. It should show right bellow and it doesn't.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top