javascript - How to cancel edit/disable cached input (of type text) value? -


I have an input type text , on which I already entered the value 1234 Done
it has been saved in the cache shown below.

alt text

Here issue < / Strong> is that it is very disappointing to choose the text box in the next line.

There is no way to display that code by appearing through HTML markup or JavaScript, which is highlighted in the 12334 (screenshot has gone)?

As you have said, on the modern browsers, Full attribute, I see several text boxes, if you want to disable autocomplete, you can set this attribute directly on the element in the entire form:

  & lt; Form name = "form1" id = "form1" method = "post" autocomplete = "off" action = "http: //www.example.com/form.action"> [...] & lt; / Form & gt;  

More info:


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -