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? Link to comment https://forums.phpfreaks.com/topic/117072-text-box-history/ 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) Link to comment https://forums.phpfreaks.com/topic/117072-text-box-history/#findComment-602316 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"> Link to comment https://forums.phpfreaks.com/topic/117072-text-box-history/#findComment-602333 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. Link to comment https://forums.phpfreaks.com/topic/117072-text-box-history/#findComment-604214 Share on other sites More sharing options...
ToonMariner Posted August 1, 2008 Share Posted August 1, 2008 autocomplete="off" - but its not universally supported. Link to comment https://forums.phpfreaks.com/topic/117072-text-box-history/#findComment-605130 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) Link to comment https://forums.phpfreaks.com/topic/117072-text-box-history/#findComment-605223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.