input type=text problem
-
IN HTML When we type lets say "a" in textbox of form then a list open under textbox which shows all entries which previously enterd in this field with start of a .How can we stop this so that it doesnot show previously entered entries
-
IN HTML When we type lets say "a" in textbox of form then a list open under textbox which shows all entries which previously enterd in this field with start of a .How can we stop this so that it doesnot show previously entered entries
This is a browser setting and not something you can control from your webpage; individual users can control whether this happens or not via their browser's options/preferences. cheers P
-
IN HTML When we type lets say "a" in textbox of form then a list open under textbox which shows all entries which previously enterd in this field with start of a .How can we stop this so that it doesnot show previously entered entries
Hi, For Internet Explorer u can do following... Open ie...Click on Tools->Internet Options ->Content -> AutoComplete-> Here, Click on "Clear Forms" and "Clear Passwords" The next time u will not get the list of previously entered stuff.. I think this will solve ur problem... :-D Thank you..