The Little Guy Posted July 28, 2008 Share Posted July 28, 2008 I can not remember how to do this, but I would like to remove the history box under a text box, when text is typed into a text box. How do you do it? Quote Link to comment Share on other sites More sharing options...
haku Posted July 29, 2008 Share Posted July 29, 2008 Move your mouse over it so its highlighted, and click delete (windows) Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted July 29, 2008 Author Share Posted July 29, 2008 no, there is an HTML attribute that will stop the history of previous text to show up... Now that I think of it, wells fargo has that... Yup... Looks like this: <form action="action.php" method="post" autocomplete="off"> Quote Link to comment Share on other sites More sharing options...
haku Posted July 31, 2008 Share Posted July 31, 2008 Ahh sorry, my bad. Never heard of that. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted August 1, 2008 Share Posted August 1, 2008 autocomplete="off" - but its not universally supported. Quote Link to comment Share on other sites More sharing options...
MaaSTaaR Posted August 1, 2008 Share Posted August 1, 2008 Useful information, Thanks. autocomplete="off" - but its not universally supported. Gecko support it? (http://developer.mozilla.org/en/docs/How_to_Turn_Off_Form_Autocompletion) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.