I want to clear the text field cache. Suppose you are logged in to gmail again, if you run sigout and log in, testbox for Username will show the intellisense type. How to stop this?
<input type="text" name="ac" autocomplete="off" />
Source: http://www.w3.org/Submission/web-forms2/
You must set the AutoCompleteType property to Disabled.
Learn more about this msdn page .
You can set the attribute 'autocomplete = "off"' in the form tag, as shown below:
<form name="login_form" id ="id_login_form" method="post" action="LoginServlet" autocomplete="off">
Source: https://habr.com/ru/post/1716674/More articles:vim, reformat the text into initializers - cCSS font-size свойство от Percent to Pixel, как? - htmlfacebook-share popup not configurable for Iframe application built with DotNet libraries - facebookDifferent types of hyperlinks in a Word document - openxmlIn IntelliJ IDEA, why is Subversion integration not working for me (all Subversion related commands are always disabled)? - intellij-ideaDeploying .NET SQLite and Click-Once - .netneeding random "hot or not" algorithm / solutions - c #How can I in C # stream.Read into an unmanaged memory stream? - performanceThe fastest way to escape a string in JavaME - javaHow to check if a Win32 window pointer is a valid .Net Control? - c #All Articles